Home
last modified time | relevance | path

Searched refs:GetTextFontStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtext_clock_composed_element.cpp33 …ntStyle", [](const TextClockComposedElement& inspector) { return inspector.GetTextFontStyle(); } }, in __anon0c44ad4c0602()
47 DumpLog::GetInstance().AddDesc(std::string("fontStyle: ").append(GetTextFontStyle())); in Dump()
105 std::string TextClockComposedElement::GetTextFontStyle() const in GetTextFontStyle() function in OHOS::Ace::V2::TextClockComposedElement
H A Dtextarea_composed_element.cpp36 …{ "fontStyle", [](const TextareaComposedElement& inspector) { return inspector.GetTextFontStyle();… in __anonf73f41ba0a02()
55 DumpLog::GetInstance().AddDesc(std::string("fontStyle: ").append(GetTextFontStyle())); in Dump()
171 std::string TextareaComposedElement::GetTextFontStyle() const in GetTextFontStyle() function in OHOS::Ace::V2::TextareaComposedElement
H A Dtext_composed_element.cpp39 …{ "fontStyle", [](const TextComposedElement& inspector) { return inspector.GetTextFontStyle(); } }, in __anon25743e010c02()
59 DumpLog::GetInstance().AddDesc(std::string("fontStyle: ").append(GetTextFontStyle())); in Dump()
151 std::string TextComposedElement::GetTextFontStyle() const in GetTextFontStyle() function in OHOS::Ace::V2::TextComposedElement
H A Dtext_clock_composed_element.h41 std::string GetTextFontStyle() const;
H A Dtextarea_composed_element.h48 std::string GetTextFontStyle() const;
H A Dtext_composed_element.h46 std::string GetTextFontStyle() const;