Home
last modified time | relevance | path

Searched refs:maxpTable (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp221 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
223 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
224 deleteTable(maxpTable); in getGlyphAdvance()
H A 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()
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.cpp217 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local
219 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()
220 deleteTable(maxpTable); in getGlyphAdvance()
H A 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()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java70 MaximumProfileTable maxpTable = dstFont.getTable(Tag.maxp); in testNumGlyphs()
71 assertEquals(938, maxpTable.numGlyphs()); in testNumGlyphs()
H A DRenumberingSubsetTest.java80 MaximumProfileTable maxpTable = dstFont.getTable(Tag.maxp); in testNumGlyphs()
81 assertEquals(4, maxpTable.numGlyphs()); in testNumGlyphs()

Completed in 4 milliseconds