Home
last modified time | relevance | path

Searched refs:lv_image_get_pivot (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/image/
Dlv_image.c290 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()
Dlv_image.h246 void lv_image_get_pivot(lv_obj_t * obj, lv_point_t * pivot);
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c334 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/
Dlv_api_map_v8.h184 #define lv_img_get_pivot lv_image_get_pivot