Searched refs:maxpTable (Results 1 – 4 of 4) sorted by relevance
215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() local217 numGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()218 deleteTable(maxpTable); in getGlyphAdvance()
371 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local374 if (maxpTable != NULL) { in getGlyphAdvance()375 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()376 freeFontTable(maxpTable); in getGlyphAdvance()
367 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance() local370 if (maxpTable != NULL) { in getGlyphAdvance()371 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs); in getGlyphAdvance()372 freeFontTable(maxpTable); in getGlyphAdvance()