Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c333 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/
Dlv_draw_label_private.h54 …lv_point_t pivot; /**< Rotation pivot point associated with total glyph including line_he… member
Dlv_draw_image.h40 lv_point_t pivot; member
Dlv_draw_image.c250 uint16_t scale_x, uint16_t scale_y, const lv_point_t * pivot) in lv_image_buf_get_transformed_area()
Dlv_draw_label.h78 lv_point_t pivot; member
/lvgl-latest/src/widgets/image/
Dlv_image_private.h43 lv_point_t pivot; /**< Rotation center of the image*/ member
Dlv_image.c497 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/
Dlv_indev_scroll.c92 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
Dlv_indev.c1424 lv_point_t pivot = { 0, 0 }; in indev_proc_release() local
/lvgl-latest/src/misc/
Dlv_area.c443 …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/
Dlv_draw_pxp_img.c194 lv_point_t pivot = dsc->pivot; in _pxp_blit_transform() local
/lvgl-latest/src/core/
Dlv_refr.c987 lv_point_t pivot = { in obj_get_matrix() local
1164 lv_point_t pivot = { in refr_obj() local
Dlv_obj_pos.c1290 lv_point_t pivot = { in transform_point_array() local
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c765 lv_point_t pivot = dsc->pivot; in lv_vg_lite_image_matrix() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c37 lv_point_t pivot; member
/lvgl-latest/src/widgets/roller/
Dlv_roller.c888 lv_point_t pivot = { 0, 0 }; in transform_vect_recursive() local