Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/styles/
Dlv_example_style_15.c40 lv_obj_set_style_transform_pivot_x(btn, 50, 0); in lv_example_style_15()
/lvgl-3.5.0/src/core/
Dlv_obj_style_gen.c123 void lv_obj_set_style_transform_pivot_x(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector… in lv_obj_set_style_transform_pivot_x() function
Dlv_obj_style_gen.h580 void lv_obj_set_style_transform_pivot_x(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector…
/lvgl-3.5.0/src/widgets/
Dlv_arc.c370 lv_obj_set_style_transform_pivot_x(obj_to_rotate, -pivot_x, 0); in lv_arc_rotate_obj_to_angle()