Searched refs:startGlyphID (Results 1 – 1 of 1) sorted by relevance
2700 stbtt_uint16 startGlyphID = ttUSHORT(data, classDefTable + 2); local2704 if(glyph >= startGlyphID && glyph < startGlyphID + glyphCount)2705 … return (stbtt_int32)ttUSHORT(data, classDef1ValueArray + 2 * (glyph - startGlyphID));