Searched refs:classDefTable (Results 1 – 1 of 1) sorted by relevance
2374 static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int glyph) in stbtt__GetGlyphClass() argument2376 stbtt_uint16 classDefFormat = ttUSHORT(classDefTable); in stbtt__GetGlyphClass()2380 stbtt_uint16 startGlyphID = ttUSHORT(classDefTable + 2); in stbtt__GetGlyphClass()2381 stbtt_uint16 glyphCount = ttUSHORT(classDefTable + 4); in stbtt__GetGlyphClass()2382 stbtt_uint8 *classDef1ValueArray = classDefTable + 6; in stbtt__GetGlyphClass()2392 stbtt_uint16 classRangeCount = ttUSHORT(classDefTable + 2); in stbtt__GetGlyphClass()2393 stbtt_uint8 *classRangeRecords = classDefTable + 4; in stbtt__GetGlyphClass()