Searched refs:lv_image_get_pivot (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 290 lv_image_get_pivot(obj, &pivot_px); in lv_image_set_rotation() 332 lv_image_get_pivot(obj, &pivot_px); in lv_image_set_pivot() 349 lv_image_get_pivot(obj, &pivot_px); in lv_image_set_pivot() 497 void lv_image_get_pivot(lv_obj_t * obj, lv_point_t * pivot) in lv_image_get_pivot() function 624 lv_image_get_pivot(obj, &pivot_px); in lv_image_event() 727 lv_image_get_pivot(obj, &pivot_px); in draw_image() 760 lv_image_get_pivot(obj, &draw_dsc.pivot); in draw_image() 827 lv_image_get_pivot(obj, &pivot_px); in scale_update() 883 lv_image_get_pivot(obj, &pivot); in lv_image_get_pivot_helper()
|
D | lv_image.h | 246 void lv_image_get_pivot(lv_obj_t * obj, lv_point_t * pivot);
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_image.c | 334 lv_image_get_pivot(img, &pivot); in test_image_ignore_transformation_settings_when_stretched() 358 lv_image_get_pivot(img, &pivot); in test_image_ignore_transformation_settings_when_tiled() 489 lv_image_get_pivot(obj, &pivot); in test_image_properties()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 184 #define lv_img_get_pivot lv_image_get_pivot
|