Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_grid.c32 …const int32_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEM… in test_subgrid_row() local
62 …const int32_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEM… in test_subgrid_col() local
Dtest_grid_fr.c24 …static int32_t col_dsc[] = {3 * 9, LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_FR(3), LV_GRID_FR(4), LV_… in test_grid_fr() local
Dtest_margin_grid.c45 static int32_t col_dsc[N + 1]; in test_grid() local
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_2.c9 static int32_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
Dlv_example_grid_1.c9 static int32_t col_dsc[] = {70, 70, 70, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
Dlv_example_grid_3.c12 static int32_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 int32_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
Dlv_example_grid_6.c10 static int32_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
Dlv_example_grid_5.c21 static int32_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_5() local
/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_2.c41 static const int32_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in lv_example_fragment_2() local
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c39 static int32_t col_dsc[] = {LV_GRID_FR(1), 200, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in lv_example_anim_3() local
/lvgl-latest/src/layouts/grid/
Dlv_grid.c150 void lv_obj_set_grid_dsc_array(lv_obj_t * obj, const int32_t col_dsc[], const int32_t row_dsc[]) in lv_obj_set_grid_dsc_array()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c572 static const int32_t col_dsc[] = {40, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in create_chart_with_scales() local
/lvgl-latest/src/widgets/chart/
Dlv_chart.c1108 lv_draw_rect_dsc_t col_dsc; in draw_series_bar() local