/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 104 lv_obj_set_style_pad_column(cont, 4, 0); in slider_create() 139 lv_obj_set_style_pad_column(cont, 4, 0); in switch_create() 172 lv_obj_set_style_pad_column(cont, 4, 0); in dropdown_create()
|
D | lv_demo_ebike_home.c | 429 lv_obj_set_style_pad_column(battery, 16, 0); in right_cont_create() 448 lv_obj_set_style_pad_column(dist, 16, 0); in right_cont_create()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_grid_fr.c | 31 lv_obj_set_style_pad_column(active_screen, 0, LV_PART_MAIN); in test_grid_fr()
|
D | test_margin_grid.c | 72 lv_obj_set_style_pad_column(obj0, 0, LV_PART_MAIN); in test_grid()
|
/lvgl-latest/examples/layouts/flex/ |
D | lv_example_flex_5.c | 11 lv_obj_set_style_pad_column(obj, v, 0); in column_gap_anim()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_clip_corner.c | 49 lv_obj_set_style_pad_column(lv_screen_active(), 40, 0); in test_clip_corner_1()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_4.c | 34 lv_obj_set_style_pad_column(chart, 2, 0); in lv_example_chart_4()
|
/lvgl-latest/examples/layouts/grid/ |
D | lv_example_grid_5.c | 11 lv_obj_set_style_pad_column(obj, v, 0); in column_gap_anim()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 443 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget2() 449 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget2() 641 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget3() 647 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget3()
|
D | lv_demo_high_res_app_thermostat.c | 170 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget1() 176 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget1() 388 lv_obj_set_style_pad_column(values_box, c->sz->gap[5], 0); in create_widget2()
|
D | lv_demo_high_res_app_ev_charging.c | 361 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget2() 367 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget2()
|
D | lv_demo_high_res_home.c | 152 lv_obj_set_style_pad_column(apps, c->sz->gap[6], 0); in lv_demo_high_res_home()
|
D | lv_demo_high_res_util.c | 388 lv_obj_set_style_pad_column(obj, pad, 0); in lv_demo_high_res_simple_container_create()
|
D | lv_demo_high_res_app_smart_home.c | 115 lv_obj_set_style_pad_column(widgets, c->sz->gap[7], 0); in lv_demo_high_res_app_smart_home()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_3.c | 45 lv_obj_set_style_pad_column(cont, 10, LV_PART_MAIN); in lv_example_anim_3()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 44 lv_obj_set_style_pad_column(footer, 8, 0); in lv_example_observer_4()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 239 lv_obj_set_style_pad_column(obj, value, selector); in lv_obj_set_style_pad_gap()
|
D | lv_obj_style_gen.c | 229 void lv_obj_set_style_pad_column(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_column() function
|
D | lv_obj_style_gen.h | 793 void lv_obj_set_style_pad_column(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 368 lv_obj_set_style_pad_column(active_screen, 12, 0); in render_test_screen_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 357 lv_obj_set_style_pad_column(weather_forecast_hourly, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
|
D | lv_demo_smartwatch_home.c | 445 lv_obj_set_style_pad_column(face_select, 15, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 356 lv_obj_set_style_pad_column(explorer->cont, 0, 0); in init_style()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 576 lv_obj_set_style_pad_column(parent, 0, 0); in create_chart_with_scales() 927 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create() 947 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()
|