Home
last modified time | relevance | path

Searched refs:TLV_FONTFAMILIES_TAG (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.cpp111 WriteUint8(buff, TLV_FONTFAMILIES_TAG); in WriteFontFamily()
121 if (ReadUint8(buff, cursor) != TLV_FONTFAMILIES_TAG) { in ReadFontFamily()
H A Dtlv_util.h48 constexpr uint8_t TLV_FONTFAMILIES_TAG = 0x25; variable