Home
last modified time | relevance | path

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

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