Home
last modified time | relevance | path

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

/external/icu4c/test/letest/
DFontObject.cpp212 LETag hmtxTag = 0x686D7478; // 'hmtx' in getGlyphAdvance() local
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp342 LETag hmtxTag = LE_HMTX_TABLE_TAG; in getGlyphAdvance() local
351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()