Searched defs:pivot (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_image.c | 333 lv_point_t pivot; in test_image_ignore_transformation_settings_when_stretched() local 357 lv_point_t pivot; in test_image_ignore_transformation_settings_when_tiled() local 488 lv_point_t pivot; in test_image_properties() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_label_private.h | 54 …lv_point_t pivot; /**< Rotation pivot point associated with total glyph including line_he… member
|
D | lv_draw_image.h | 40 lv_point_t pivot; member
|
D | lv_draw_image.c | 250 uint16_t scale_x, uint16_t scale_y, const lv_point_t * pivot) in lv_image_buf_get_transformed_area()
|
D | lv_draw_label.h | 78 lv_point_t pivot; member
|
/lvgl-latest/src/widgets/image/ |
D | lv_image_private.h | 43 lv_point_t pivot; /**< Rotation center of the image*/ member
|
D | lv_image.c | 497 void lv_image_get_pivot(lv_obj_t * obj, lv_point_t * pivot) in lv_image_get_pivot() 875 static void lv_image_set_pivot_helper(lv_obj_t * obj, lv_point_t * pivot) in lv_image_set_pivot_helper() 882 lv_point_t pivot; in lv_image_get_pivot_helper() local
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 92 lv_point_t pivot = { 0, 0 }; in lv_indev_scroll_handler() local 293 lv_point_t pivot = { 0, 0 }; in lv_indev_find_scroll_obj() local
|
D | lv_indev.c | 1424 lv_point_t pivot = { 0, 0 }; in indev_proc_release() local
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 443 …form(lv_point_t * point, int32_t angle, int32_t scale_x, int32_t scale_y, const lv_point_t * pivot, in lv_point_transform() 450 const lv_point_t * pivot, in lv_point_array_transform()
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_img.c | 194 lv_point_t pivot = dsc->pivot; in _pxp_blit_transform() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 987 lv_point_t pivot = { in obj_get_matrix() local 1164 lv_point_t pivot = { in refr_obj() local
|
D | lv_obj_pos.c | 1290 lv_point_t pivot = { in transform_point_array() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 765 lv_point_t pivot = dsc->pivot; in lv_vg_lite_image_matrix() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 37 lv_point_t pivot; member
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 888 lv_point_t pivot = { 0, 0 }; in transform_vect_recursive() local
|