Searched refs:READ_TEXT_STYLE_TLV (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 677 #define READ_TEXT_STYLE_TLV(group, func, tag, type) \ macro 752 READ_TEXT_STYLE_TLV(fontStyle, UpdateFontSize, TLV_SPAN_FONT_STYLE_FONTSIZE, Dimension); in DecodeTlv() 753 READ_TEXT_STYLE_TLV(fontStyle, UpdateTextColor, TLV_SPAN_FONT_STYLE_TEXTCOLOR, Color); in DecodeTlv() 756 … READ_TEXT_STYLE_TLV(fontStyle, UpdateFontWeight, TLV_SPAN_FONT_STYLE_FONTWEIGHT, FontWeight); in DecodeTlv() 757 … READ_TEXT_STYLE_TLV(fontStyle, UpdateFontFamily, TLV_SPAN_FONT_STYLE_FONTFAMILY, FontFamily); in DecodeTlv() 761 READ_TEXT_STYLE_TLV(fontStyle, UpdateTextDecorationStyle, in DecodeTlv() 763 READ_TEXT_STYLE_TLV(fontStyle, UpdateTextCase, TLV_SPAN_FONT_STYLE_TEXTCASE, TextCase); in DecodeTlv() 771 READ_TEXT_STYLE_TLV(textLineStyle, UpdateBaselineOffset, in DecodeTlv() 777 READ_TEXT_STYLE_TLV(textLineStyle, UpdateHeightAdaptivePolicy, in DecodeTlv() 780 READ_TEXT_STYLE_TLV(textLineStyle, UpdateLeadingMargin, in DecodeTlv() [all …]
|