Searched refs:border_obj_create (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 116 static lv_obj_t * border_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in border_obj_create() function 153 lv_obj_t * obj = border_obj_create(parent, i, 0); in border_cb() 160 lv_obj_t * obj = border_obj_create(parent, i, 1); in border_cb() 167 lv_obj_t * obj = border_obj_create(parent, i, 2); in border_cb() 174 lv_obj_t * obj = border_obj_create(parent, i, 3); in border_cb() 181 lv_obj_t * obj = border_obj_create(parent, i, 4); in border_cb() 188 lv_obj_t * obj = border_obj_create(parent, i, 5); in border_cb() 195 lv_obj_t * obj = border_obj_create(parent, i, 6); in border_cb() 203 lv_obj_t * obj = border_obj_create(parent, i, 7); in border_cb()
|