Searched refs:ttGlyph (Results 1 – 3 of 3) sorted by relevance
372 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local388 le_uint16 index = ttGlyph; in getGlyphAdvance()390 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()395 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
364 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local380 le_uint16 index = ttGlyph; in getGlyphAdvance()382 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()387 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
74 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs() local76 if (ttGlyph < 0xFFFE) { in drawGlyphs()77 ttGlyphs[out] = ttGlyph; in drawGlyphs()