Home
last modified time | relevance | path

Searched refs:maxpTable (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/letest/
DFontObject.cpp217 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
219 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
220 deleteTable(maxpTable); in getGlyphAdvance()
DPortableFontInstance.cpp369 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local
372 if (maxpTable != NULL) { in getGlyphAdvance()
373 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
374 freeFontTable(maxpTable); in getGlyphAdvance()
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp221 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
223 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
224 deleteTable(maxpTable); in getGlyphAdvance()
DPortableFontInstance.cpp377 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local
380 if (maxpTable != NULL) { in getGlyphAdvance()
381 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
382 freeFontTable(maxpTable); in getGlyphAdvance()