Searched refs:maxpTable (Results 1 – 4 of 4) sorted by relevance
217 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local219 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()220 deleteTable(maxpTable); in getGlyphAdvance()
369 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local372 if (maxpTable != NULL) { in getGlyphAdvance()373 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()374 freeFontTable(maxpTable); in getGlyphAdvance()
221 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local223 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()224 deleteTable(maxpTable); in getGlyphAdvance()
377 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local380 if (maxpTable != NULL) { in getGlyphAdvance()381 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()382 freeFontTable(maxpTable); in getGlyphAdvance()