HomeSort by relevance Sort by last modified time
    Searched refs:maxpTable (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/letest/
PortableFontInstance.cpp 343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag);
346 if (maxpTable != NULL) {
347 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
348 freeFontTable(maxpTable);
FontObject.cpp 215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length);
217 numGlyphs = SWAPW(maxpTable->numGlyphs);
218 deleteTable(maxpTable);

Completed in 37 milliseconds