Searched refs:box_shadow_obj_create (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 211 static lv_obj_t * box_shadow_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in box_shadow_obj_create() function 244 lv_obj_t * obj = box_shadow_obj_create(parent, i, 0); in box_shadow_cb() 252 lv_obj_t * obj = box_shadow_obj_create(parent, i, 1); in box_shadow_cb() 260 lv_obj_t * obj = box_shadow_obj_create(parent, i, 2); in box_shadow_cb() 268 lv_obj_t * obj = box_shadow_obj_create(parent, i, 3); in box_shadow_cb()
|