Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/widgets/
Dlv_btnmatrix.c113 lv_coord_t max_h = lv_obj_get_content_height(obj); in lv_btnmatrix_set_map() local
116 lv_coord_t max_h_no_gap = max_h - (prow * (btnm->row_cnt - 1)); in lv_btnmatrix_set_map()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_rect.c1280 lv_coord_t max_h = LV_MAX(rout, inner_area->y1 - outer_area->y1); in draw_border_generic() local
1281 for(h = 0; h < max_h; h++) { in draw_border_generic()