Searched refs:lv_img_set_pivot (Results 1 – 5 of 5) sorted by relevance
25 lv_img_set_pivot(img, 0, 0); /*Rotate around the top left corner*/ in lv_example_img_3()
129 void lv_img_set_pivot(lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
219 void lv_img_set_pivot(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_img_set_pivot() function
82 …of the rotation is the center of the image. It can be changed with `lv_img_set_pivot(img, pivot_x,…
2028 - `lv_img_set_pivot`: set the pivot point of rotation