Searched refs:classDefTable (Results 1 – 1 of 1) sorted by relevance
2692 …static stbtt_int32 stbtt__GetGlyphClass(STBTT_STREAM_TYPE data, stbtt_uint32 classDefTable, int g… argument2694 …static stbtt_int32 stbtt__GetGlyphClass(const stbtt_uint8 * data, stbtt_uint32 classDefTable, int…2697 stbtt_uint16 classDefFormat = ttUSHORT(data, classDefTable);2700 stbtt_uint16 startGlyphID = ttUSHORT(data, classDefTable + 2);2701 stbtt_uint16 glyphCount = ttUSHORT(data, classDefTable + 4);2702 stbtt_uint32 classDef1ValueArray = classDefTable + 6;2710 stbtt_uint16 classRangeCount = ttUSHORT(data, classDefTable + 2);2711 stbtt_uint32 classRangeRecords = classDefTable + 4;