Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c101 int g1 = stbtt_FindGlyphIndex(&dsc->info, (int)unicode_letter); in ttf_get_glyph_dsc_cb() local
134 int g1 = stbtt_FindGlyphIndex(info, (int)unicode_letter); in ttf_get_glyph_bitmap_cb() local
Dstb_truetype_htcw.h1806 int g1, g2; local
2861 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * info, int g1, int g2)
/lvgl-3.7.0/src/core/
Dlv_group.c158 lv_group_t * g1 = lv_obj_get_group(obj1); in lv_group_swap_obj() local