Home
last modified time | relevance | path

Searched refs:GetBubbleText (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp110 … auto popupColor = render ? render->GetBubbleText()->GetTextStyle().GetTextColor() : Color::BLACK; in GetPopupColor()
185 auto fontSize = render ? render->GetBubbleText()->GetTextStyle().GetFontSize() : Dimension(); in GetPopupFont()
186 …auto fontStyle = render ? render->GetBubbleText()->GetTextStyle().GetFontStyle() : FontStyle::NORM… in GetPopupFont()
187 …auto fontWeight = render ? render->GetBubbleText()->GetTextStyle().GetFontWeight() : FontWeight::N… in GetPopupFont()
188 …auto fontFamily = render ? render->GetBubbleText()->GetTextStyle().GetFontFamilies() : std::vector… in GetPopupFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h122 RefPtr<TextComponent> GetBubbleText() const in GetBubbleText() function