Searched refs:lv_image_set_pivot (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_image.c | 54 lv_image_set_pivot(img, 0, 0); in test_image_rotated_pivot_top_left() 82 lv_image_set_pivot(img, 0, 0); in test_image_scale_pivot_top_left() 110 lv_image_set_pivot(img, 0, 0); in test_image_scale_x_pivot_top_left() 138 lv_image_set_pivot(img, 0, 0); in test_image_scale_y_pivot_top_left() 170 lv_image_set_pivot(img, 0, 0); in test_image_rotate_and_scale_pivot_top_left() 330 lv_image_set_pivot(img, 200, 300); in test_image_ignore_transformation_settings_when_stretched() 353 lv_image_set_pivot(img, 200, 300); in test_image_ignore_transformation_settings_when_tiled()
|
/lvgl-latest/examples/widgets/image/ |
D | lv_example_image_3.c | 25 lv_image_set_pivot(img, 0, 0); /*Rotate around the top left corner*/ in lv_example_image_3()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_image_parser.c | 71 lv_image_set_pivot(item, x, y); in lv_xml_image_apply()
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_3.c | 87 lv_image_set_pivot(needle_img, 3, 4); in lv_example_scale_3()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.h | 134 void lv_image_set_pivot(lv_obj_t * obj, int32_t x, int32_t y);
|
D | lv_image.c | 315 void lv_image_set_pivot(lv_obj_t * obj, int32_t x, int32_t y) in lv_image_set_pivot() function 858 lv_image_set_pivot(obj, 0, 0); in update_align() 868 lv_image_set_pivot(obj, 0, 0); in update_align() 877 lv_image_set_pivot(obj, pivot->x, pivot->y); in lv_image_set_pivot_helper()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 377 lv_image_set_pivot(obj, 0, 0); in image_core_cb() 382 lv_image_set_pivot(obj, 0, 0); in image_core_cb() 387 lv_image_set_pivot(obj, 0, 0); in image_core_cb() 392 lv_image_set_pivot(obj, 0, 0); in image_core_cb() 398 lv_image_set_pivot(obj, 0, 0); in image_core_cb() 404 lv_image_set_pivot(obj, 0, 0); in image_core_cb()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 177 #define lv_img_set_pivot lv_image_set_pivot
|
/lvgl-latest/docs/details/widgets/ |
D | image.rst | 134 This can be changed with :cpp:expr:`lv_image_set_pivot(img, pivot_x, pivot_y)` where
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 851 lv_image_set_pivot(scale3_needle, 3, 4); in analytics_create()
|