Home
last modified time | relevance | path

Searched defs:col_dsc (Results 1 – 16 of 16) sorted by relevance

/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_1.py5 col_dsc = [70, 70, 70, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_2.c9 static lv_coord_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
Dlv_example_grid_3.py9 col_dsc = [60, lv.grid_fr(1), lv.grid_fr(2), lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_4.py5 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_6.py4 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_1.c9 static lv_coord_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
Dlv_example_grid_3.c12 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
Dlv_example_grid_4.c9 static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
Dlv_example_grid_6.c10 static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
Dlv_example_grid_2.py5 col_dsc = [70, 70, 70, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_5.py12 col_dsc = [60, 60, 60, lv.GRID_TEMPLATE.LAST] variable
Dlv_example_grid_5.c21 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/
Dlv_example_fragment_2.c41 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/
Dlv_example_anim_3.c39 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/
Dlv_grid.c145 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/
Dlv_chart.c1211 lv_draw_rect_dsc_t col_dsc; in draw_series_bar() local