/lvgl-latest/tests/src/test_cases/ |
D | test_grid.c | 33 …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
|
D | test_grid_fr.c | 25 …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
|
D | test_margin_grid.c | 44 static int32_t row_dsc[M + 1]; in test_grid() local
|
/lvgl-latest/examples/layouts/grid/ |
D | lv_example_grid_2.c | 10 static int32_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_2() local
|
D | lv_example_grid_1.c | 10 static int32_t row_dsc[] = {50, 50, 50, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_1() local
|
D | lv_example_grid_3.c | 17 static int32_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 int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_4() local
|
D | lv_example_grid_6.c | 11 static int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_6() local
|
D | lv_example_grid_5.c | 22 static int32_t row_dsc[] = {45, 45, 45, LV_GRID_TEMPLATE_LAST}; in lv_example_grid_5() local
|
/lvgl-latest/examples/others/fragment/ |
D | lv_example_fragment_2.c | 42 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/ |
D | lv_example_anim_3.c | 40 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/ |
D | lv_demo_high_res_app_smart_meter.c | 439 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
|
D | lv_demo_high_res_app_thermostat.c | 166 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; in create_widget1() local
|
D | lv_demo_high_res_app_ev_charging.c | 357 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/ |
D | lv_grid.c | 150 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/ |
D | lv_demo_widgets.c | 573 static const int32_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_FR(1), 40, LV_GRID_TEMPLATE_LAST}; in create_chart_with_scales() local
|