Home
last modified time | relevance | path

Searched refs:GetNormalTextStyle (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dindexer_composed_element.cpp85 auto Color = render->GetNormalTextStyle().GetTextColor(); in GetColor()
204 auto fontSize = render ? render->GetNormalTextStyle().GetFontSize() : Dimension(); in GetFont()
205 auto fontStyle = render ? render->GetNormalTextStyle().GetFontStyle() : FontStyle::NORMAL; in GetFont()
206 auto fontWeight = render ? render->GetNormalTextStyle().GetFontWeight() : FontWeight::NORMAL; in GetFont()
207 …auto fontFamily = render ? render->GetNormalTextStyle().GetFontFamilies() : std::vector<std::strin… in GetFont()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Dindexer_item_component.h96 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
Drender_indexer_item.h96 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
Drender_indexer_item.cpp39 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
Dindexer_component.h141 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Drender_indexer_item.h110 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
Dindexer_item_component.h113 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
Dindexer_component.h210 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
Drender_indexer_item.cpp43 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dindexer_model_impl.cpp52 auto textStyle = indexerComponent->GetNormalTextStyle(); in SetColor()