Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h827 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) argument
2885 … stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info, ch1), stbtt_FindGlyphIndex(info, ch2));
5196 stbtt_uint16 ch2 = ttUSHORT(s2, s2offs + 2); local
5198 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000;