Searched refs:lv_obj_set_style_shadow_offset_x (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 43 lv_obj_set_style_shadow_offset_x(panel, 4, 0); in lv_demo_scroll()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_5.c | 51 lv_obj_set_style_shadow_offset_x(win, 2, 0); in fw_update_btn_clicked_event_cb()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 284 #define lv_obj_set_style_shadow_ofs_x lv_obj_set_style_shadow_offset_x
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 247 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb() 255 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb() 263 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb() 272 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 469 void lv_obj_set_style_shadow_offset_x(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_shadow_offset_x() function
|
D | lv_obj_style_gen.h | 823 void lv_obj_set_style_shadow_offset_x(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|