Searched refs:get_imgfont_path (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_imgfont.c | 19 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/ |
D | lv_example_imgfont_1.c | 6 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/ |
D | lv_demo_multilang.c | 101 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()
|