Searched refs:GetTextBackgroundStyle (Results 1 – 6 of 6) sorted by relevance
204 spanItem_->backgroundStyle = GetTextBackgroundStyle(); in SetTextBackgroundStyle()210 spanItem_->backgroundStyle = GetTextBackgroundStyle(); in UpdateTextBackgroundFromParent()1099 TextBackgroundStyle::ToJsonValue(json, GetTextBackgroundStyle(), filter); in ToJsonValue()
543 return spanNode->GetTextBackgroundStyle().value_or(backgroundStyle); in GetSpanTextBackgroundStyle()
382 const std::optional<TextBackgroundStyle> GetTextBackgroundStyle() const in GetTextBackgroundStyle() function
2833 baseSpan->UpdateTextBackgroundFromParent(parent->GetTextBackgroundStyle()); in UpdateContainerChildren()2844 if (parent->GetTextBackgroundStyle().has_value()) { in UpdateContainerChildren()2845 imageLayoutProperty->UpdatePlaceHolderStyle(parent->GetTextBackgroundStyle().value()); in UpdateContainerChildren()
697 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle()839 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle()
699 const std::optional<TextBackgroundStyle>& GetTextBackgroundStyle() const in GetTextBackgroundStyle() function