Searched refs:ch2 (Results 1 – 1 of 1) sorted by relevance
827 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo * info, int ch1, int ch2);2881 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo * info, int ch1, int ch2) argument2885 … stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info, ch1), stbtt_FindGlyphIndex(info, ch2));5196 stbtt_uint16 ch2 = ttUSHORT(s2, s2offs + 2); local5198 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000;