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