Searched refs:lv_obj_set_style_shadow_width (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_clip_corner.c | 24 lv_obj_set_style_shadow_width(parent, 30, 0); in create_panel()
|
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 41 lv_obj_set_style_shadow_width(panel, 16, 0); in lv_demo_scroll()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view.c | 70 lv_obj_set_style_shadow_width(obj, 20, 0); in view_create()
|
D | lv_demo_flex_layout_view_ctrl_pad.c | 201 lv_obj_set_style_shadow_width(spinbox, 0, LV_PART_MAIN); in spinbox_ctrl_create()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_5.c | 50 lv_obj_set_style_shadow_width(win, 24, 0); in fw_update_btn_clicked_event_cb()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 246 lv_obj_set_style_shadow_width(obj, 10, 0); in box_shadow_cb() 254 lv_obj_set_style_shadow_width(obj, 10, 0); in box_shadow_cb() 262 lv_obj_set_style_shadow_width(obj, 10, 0); in box_shadow_cb() 270 lv_obj_set_style_shadow_width(obj, 10, 0); in box_shadow_cb()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 351 lv_obj_set_style_shadow_width(bar, 20, LV_PART_INDICATOR); in styled_bar_create()
|
D | test_image.c | 27 lv_obj_set_style_shadow_width(img, 10, 0); in img_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 419 lv_obj_set_style_shadow_width(icon, 50, 0); in create_widget3_setting() 549 lv_obj_set_style_shadow_width(arc, 24, LV_PART_KNOB); in create_widget3()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 461 void lv_obj_set_style_shadow_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_shadow_width() function
|
D | lv_obj_style_gen.h | 822 void lv_obj_set_style_shadow_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1085 lv_obj_set_style_shadow_width(btn, 0, 0); in color_changer_create()
|