Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/label/
Dlv_label.c342 const int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_pos() local
348 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_pos()
426 int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_on() local
439 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_on()
549 const int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_is_char_under_pos() local
560 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_is_char_under_pos()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_border.c199 int32_t max_h = LV_MAX(rout, inner_area->y1 - outer_area->y1); in draw_border_complex() local
200 for(h = 0; h < max_h; h++) { in draw_border_complex()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c120 int32_t max_h = lv_obj_get_content_height(obj); in lv_buttonmatrix_set_map() local
123 int32_t max_h_no_gap = max_h - (prow * (btnm->row_cnt - 1)); in lv_buttonmatrix_set_map()