Searched refs:lv_obj_move_to (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_pos.h | 345 void lv_obj_move_to(struct _lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
|
D | lv_obj_pos.c | 637 lv_obj_move_to(obj, x, y); in lv_obj_refr_pos() 667 lv_obj_move_to(obj, x, y); in lv_obj_refr_pos() 703 lv_obj_move_to(obj, x, y); in lv_obj_refr_pos() 707 void lv_obj_move_to(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_obj_move_to() function
|