Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c241 …int g2 = stbtt_FindGlyphIndex(&dsc->info, (int)unicode_letter_next); /* not using cache, only do g… in ttf_get_glyph_dsc_cb() local
266 int g2 = 0; in ttf_get_glyph_dsc_cb() local
Dstb_truetype_htcw.h1806 int g1, g2; local
2901 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * info, int g1, int g2)
/lvgl-latest/src/core/
Dlv_group.c145 lv_group_t * g2 = lv_obj_get_group(obj2); in lv_group_swap_obj() local