Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/
Dlv_draw_label.h64 } lv_draw_label_hint_t; typedef
83 … const lv_area_t * coords, const char * txt, lv_draw_label_hint_t * hint);
Dlv_draw_label.c78 … const lv_area_t * coords, const char * txt, lv_draw_label_hint_t * hint) in lv_draw_label()
/lvgl-3.7.0/src/widgets/
Dlv_label.h63 lv_draw_label_hint_t hint;
Dlv_label.c832 lv_draw_label_hint_t * hint = &label->hint; in draw_main()
838 lv_draw_label_hint_t * hint = NULL; in draw_main()