/lvgl-3.7.0/examples/layouts/grid/ |
D | lv_example_grid_1.py | 6 row_dsc = [50, 50, 50, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_2.c | 10 static lv_coord_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
|
D | lv_example_grid_3.py | 15 row_dsc = [40, lv.grid_fr(1), 40, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_4.py | 6 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_6.py | 5 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_1.c | 10 static lv_coord_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
|
D | lv_example_grid_3.c | 17 static lv_coord_t row_dsc[] = {50, LV_GRID_FR(1), 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_3() local
|
D | lv_example_grid_4.c | 10 static lv_coord_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
|
D | lv_example_grid_6.c | 11 static lv_coord_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
|
D | lv_example_grid_2.py | 6 row_dsc = [50, 50, 50, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_5.py | 13 row_dsc = [40, 40, 40, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_5.c | 22 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/ |
D | lv_example_fragment_2.c | 42 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/ |
D | lv_example_anim_3.c | 40 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/ |
D | lv_grid.c | 145 …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()
|