Home
last modified time | relevance | path

Searched refs:hmtxTag (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh57 static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx; member
/external/icu/icu4c/source/test/letest/
DFontObject.cpp212 LETag hmtxTag = 0x686D7478; // 'hmtx' in getGlyphAdvance() local
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp366 LETag hmtxTag = LE_HMTX_TABLE_TAG; in getGlyphAdvance() local
375 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp212 LETag hmtxTag = 0x686D7478; // 'hmtx' in getGlyphAdvance() local
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp370 LETag hmtxTag = LE_HMTX_TABLE_TAG; in getGlyphAdvance() local
379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()