Searched refs:glyph2class (Results 1 – 1 of 1) sorted by relevance
2516 int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2); in stbtt__GetGlyphGPOSInfoAdvance() local2521 STBTT_assert(glyph2class < class2Count); in stbtt__GetGlyphGPOSInfoAdvance()2529 …if (glyph1class >= 0 && glyph1class < class1Count && glyph2class >= 0 && glyph2class < class2Count… in stbtt__GetGlyphGPOSInfoAdvance()2532 stbtt_int16 xAdvance = ttSHORT(class2Records + 2 * glyph2class); in stbtt__GetGlyphGPOSInfoAdvance()