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