Searched refs:themeTextStyle (Results 1 – 2 of 2) sorted by relevance
307 TextStyle themeTextStyle = in UpdateSymbolSpanParagraph() local310 FontRegisterCallback(frameNode, themeTextStyle); in UpdateSymbolSpanParagraph()312 if (NearZero(themeTextStyle.GetFontSize().Value())) { in UpdateSymbolSpanParagraph()317 themeTextStyle.SetHalfLeading(textLayoutProp->GetHalfLeadingValue(false)); in UpdateSymbolSpanParagraph()319 themeTextStyle.SetHalfLeading(pipelineContext->GetHalfLeading()); in UpdateSymbolSpanParagraph()321 textStyle = themeTextStyle; in UpdateSymbolSpanParagraph()323 UpdateSymbolSpanColor(frameNode, themeTextStyle); in UpdateSymbolSpanParagraph()325 themeTextStyle.SetFontFamilies({"HM Symbol"}); in UpdateSymbolSpanParagraph()326 builder->PushStyle(themeTextStyle); in UpdateSymbolSpanParagraph()
4694 const auto& themeTextStyle = theme->GetTextStyle(); in OnColorConfigurationUpdate() local4695 auto themeTextColor = themeTextStyle.GetTextColor(); in OnColorConfigurationUpdate()4696 auto themeTextDecorationColor = themeTextStyle.GetTextDecorationColor(); in OnColorConfigurationUpdate()