Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.h110 constexpr uint8_t TLV_SPAN_FONT_STYLE_ITALICFONTSTYLE = 0x5B; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp693 … WRITE_TEXT_STYLE_TLV(fontStyle, ItalicFontStyle, TLV_SPAN_FONT_STYLE_ITALICFONTSTYLE, FontStyle); in EncodeTlv()
755 …READ_TEXT_STYLE_TLV(fontStyle, UpdateItalicFontStyle, TLV_SPAN_FONT_STYLE_ITALICFONTSTYLE, FontSty… in DecodeTlv()