Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/layouts/grid/
Dlv_grid.c598 lv_coord_t row_y2 = c->y[row_pos + row_span - 1] + c->h[row_pos + row_span - 1]; in item_repos() local
599 lv_coord_t row_h = row_y2 - row_y1; in item_repos()
/lvgl-3.4.0/src/widgets/
Dlv_btnmatrix.c142 lv_coord_t row_y2 = ptop + (max_h_no_gap * (row + 1)) / btnm->row_cnt + row * prow - 1; in lv_btnmatrix_set_map() local
169 lv_area_set(&btnm->button_areas[btn_tot_i], btn_x1, row_y1, btn_x2, row_y2); in lv_btnmatrix_set_map()