Home
last modified time | relevance | path

Searched defs:row_dsc (Results 1 – 15 of 15) sorted by relevance

/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_1.py6 row_dsc = [50, 50, 50, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_2.c10 static lv_coord_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
Dlv_example_grid_3.py15 row_dsc = [40, lv.grid_fr(1), 40, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_4.py6 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_6.py5 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_1.c10 static lv_coord_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
Dlv_example_grid_3.c17 static lv_coord_t row_dsc[] = {50, LV_GRID_FR(1), 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_3() local
Dlv_example_grid_4.c10 static lv_coord_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
Dlv_example_grid_6.c11 static lv_coord_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
Dlv_example_grid_2.py6 row_dsc = [50, 50, 50, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_5.py13 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_5.c22 static lv_coord_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_5() local
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_2.c42 static const lv_coord_t row_dsc[] = {LV_GRID_FR(1), LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in lv_example_fragment_2() local
/lvgl-3.7.0/examples/anim/
Dlv_example_anim_3.c40 static lv_coord_t row_dsc[] = {30, 10, 10, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in lv_example_anim_3() local
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c145 …d lv_obj_set_grid_dsc_array(lv_obj_t * obj, const lv_coord_t col_dsc[], const lv_coord_t row_dsc[]) in lv_obj_set_grid_dsc_array()