Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
217 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
218 deleteTable(maxpTable); in getGlyphAdvance()
DPortableFontInstance.cpp371 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local
374 if (maxpTable != NULL) { in getGlyphAdvance()
375 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
376 freeFontTable(maxpTable); in getGlyphAdvance()
/external/icu/icu4c/source/test/letest/
DFontObject.cpp215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
217 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
218 deleteTable(maxpTable); in getGlyphAdvance()
DPortableFontInstance.cpp367 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local
370 if (maxpTable != NULL) { in getGlyphAdvance()
371 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
372 freeFontTable(maxpTable); in getGlyphAdvance()