Searched refs:pivot_x (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_layer_transform.c | 27 int32_t pivot_x[] = {lv_pct(50), lv_pct(8), lv_pct(0), lv_pct(106), lv_pct(-16)}; in test_no_residual_border_on_scale_down() local 33 lv_obj_set_style_transform_pivot_x(obj, pivot_x[i], 0); in test_no_residual_border_on_scale_down()
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 401 int32_t pivot_x = obj_to_rotate->coords.x1 - center.x; in lv_arc_rotate_obj_to_angle() local 403 lv_obj_set_style_transform_pivot_x(obj_to_rotate, -pivot_x, 0); in lv_arc_rotate_obj_to_angle()
|
/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
|