Searched refs:stbtt__GetGlyphClass (Results 1 – 1 of 1) sorted by relevance
2700 …static stbtt_int32 stbtt__GetGlyphClass(STBTT_STREAM_TYPE data, stbtt_uint32 classDefTable, int g… function2702 …static stbtt_int32 stbtt__GetGlyphClass(const stbtt_uint8 * data, stbtt_uint32 classDefTable, int…2839 … int glyph1class = stbtt__GetGlyphClass(data, table + classDef1Offset, glyph1);2840 … int glyph2class = stbtt__GetGlyphClass(data, table + classDef2Offset, glyph2);