Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_imgfont.c19 static const void * get_imgfont_path(const lv_font_t * font, uint32_t unicode, uint32_t unicode_nex… in get_imgfont_path() function
41 lv_font_t * imgfont = lv_imgfont_create(80, get_imgfont_path, NULL); in test_imgfont_creation()
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c6 static const void * get_imgfont_path(const lv_font_t * font, uint32_t unicode, uint32_t unicode_nex… in get_imgfont_path() function
37 lv_font_t * imgfont = lv_imgfont_create(80, get_imgfont_path, NULL); in lv_example_imgfont_1()
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c101 static const void * get_imgfont_path(const lv_font_t * font, in get_imgfont_path() function
157 emoji_font = lv_imgfont_create(20, get_imgfont_path, NULL); in lv_demo_multilang()