Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h96 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
H A Drender_indexer_item.h96 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
H A Drender_indexer_item.cpp39 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
H A Dindexer_component.h143 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h110 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
H A Dindexer_item_component.h113 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
H A Dindexer_component.h210 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
H A Drender_indexer_item.cpp40 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp52 auto textStyle = indexerComponent->GetNormalTextStyle(); in SetColor()