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