Home
last modified time | relevance | path

Searched defs:font_h (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c184 int32_t font_h = lv_font_get_line_height(font); in lv_checkbox_event() local
220 int32_t font_h = lv_font_get_line_height(font); in lv_checkbox_draw() local
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c1024 int32_t font_h = lv_font_get_line_height(font); in draw_box() local
1071 int32_t font_h = lv_font_get_line_height(label_dsc.font); in draw_box_label() local
1190 int32_t font_h = lv_font_get_line_height(font); in get_id_on_point() local
1216 int32_t font_h = lv_font_get_line_height(font); in position_to_selected() local
/lvgl-latest/src/widgets/roller/
Dlv_roller.c695 const int32_t font_h = lv_font_get_line_height(font); in refr_position() local
779 int32_t font_h = lv_font_get_line_height(font); in release_handler() local
833 int32_t font_h = lv_font_get_line_height(font); in inf_normalize() local
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c476 int32_t font_h = lv_font_get_line_height(font); in lv_textarea_set_cursor_pos() local
880 int32_t font_h = lv_font_get_line_height(font); in lv_textarea_cursor_down() local
908 int32_t font_h = lv_font_get_line_height(font); in lv_textarea_cursor_up() local
/lvgl-latest/src/widgets/label/
Dlv_label.c770 const int32_t font_h = lv_font_get_line_height(font); in lv_label_event() local