Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp204 spanItem_->backgroundStyle = GetTextBackgroundStyle(); in SetTextBackgroundStyle()
210 spanItem_->backgroundStyle = GetTextBackgroundStyle(); in UpdateTextBackgroundFromParent()
1099 TextBackgroundStyle::ToJsonValue(json, GetTextBackgroundStyle(), filter); in ToJsonValue()
H A Dspan_model_ng.cpp543 return spanNode->GetTextBackgroundStyle().value_or(backgroundStyle); in GetSpanTextBackgroundStyle()
H A Dspan_node.h382 const std::optional<TextBackgroundStyle> GetTextBackgroundStyle() const in GetTextBackgroundStyle() function
H A Dtext_pattern.cpp2833 baseSpan->UpdateTextBackgroundFromParent(parent->GetTextBackgroundStyle()); in UpdateContainerChildren()
2844 if (parent->GetTextBackgroundStyle().has_value()) { in UpdateContainerChildren()
2845 imageLayoutProperty->UpdatePlaceHolderStyle(parent->GetTextBackgroundStyle().value()); in UpdateContainerChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp697 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle()
839 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h699 const std::optional<TextBackgroundStyle>& GetTextBackgroundStyle() const in GetTextBackgroundStyle() function