/lvgl-3.7.0/examples/layouts/grid/ |
D | lv_example_grid_1.py | 5 col_dsc = [70, 70, 70, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_2.c | 9 static lv_coord_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
|
D | lv_example_grid_3.py | 9 col_dsc = [60, lv.grid_fr(1), lv.grid_fr(2), lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_4.py | 5 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_6.py | 4 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_1.c | 9 static lv_coord_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
|
D | lv_example_grid_3.c | 12 static lv_coord_t col_dsc[] = {60, LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; in lv_example_grid_3() local
|
D | lv_example_grid_4.c | 9 static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
|
D | lv_example_grid_6.c | 10 static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
|
D | lv_example_grid_2.py | 5 col_dsc = [70, 70, 70, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_5.py | 12 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
|
D | lv_example_grid_5.c | 21 static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_5() local
|
/lvgl-3.7.0/examples/others/fragment/ |
D | lv_example_fragment_2.c | 41 static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in lv_example_fragment_2() local
|
/lvgl-3.7.0/examples/anim/ |
D | lv_example_anim_3.c | 39 static lv_coord_t col_dsc[] = {LV_GRID_FR(1), 200, 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 void 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()
|
/lvgl-3.7.0/src/extra/widgets/chart/ |
D | lv_chart.c | 1211 lv_draw_rect_dsc_t col_dsc; in draw_series_bar() local
|