Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_grid.c33 …const int32_t row_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
63 …const int32_t row_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.c25 …static int32_t row_dsc[] = {3 * 3, LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_… in test_grid_fr() local
Dtest_margin_grid.c44 static int32_t row_dsc[M + 1]; in test_grid() local
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_2.c10 static int32_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
Dlv_example_grid_1.c10 static int32_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
Dlv_example_grid_3.c17 static int32_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 int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
Dlv_example_grid_6.c11 static int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
Dlv_example_grid_5.c22 static int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_5() local
/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_2.c42 static const int32_t row_dsc[] = {LV_GRID_FR(1), LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in lv_example_fragment_2() local
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c40 static int32_t row_dsc[] = {30, 10, 10, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in lv_example_anim_3() local
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_meter.c439 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_widget2() local
637 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_widget3() local
Dlv_demo_high_res_app_thermostat.c166 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_widget1() local
Dlv_demo_high_res_app_ev_charging.c357 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_widget2() 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.c573 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_FR(1), 40, LV_GRID_TEMPLATE_LAST}; in create_chart_with_scales() local