Searched refs:maxpTag (Results 1 – 3 of 3) sorted by relevance
210 LETag maxpTag = 0x6D617870; // 'maxp' in getGlyphAdvance() local215 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance()
341 LETag maxpTag = LE_MAXP_TABLE_TAG; in getGlyphAdvance() local343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
86 const DWORD maxpTag = in calculateGlyphCount() local89 if (GetFontData(hdc, maxpTag, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) { in calculateGlyphCount()