Home
last modified time | relevance | path

Searched refs:maxpTag (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/letest/
DFontObject.cpp210 LETag maxpTag = 0x6D617870; // 'maxp' in getGlyphAdvance() local
215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp341 LETag maxpTag = LE_MAXP_TABLE_TAG; in getGlyphAdvance() local
343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
/external/skia/src/ports/
DSkFontHost_win.cpp86 const DWORD maxpTag = in calculateGlyphCount() local
89 if (GetFontData(hdc, maxpTag, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) { in calculateGlyphCount()