Searched refs:lv_obj_set_style_transform_pivot_x (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_flags.c | 102 lv_obj_set_style_transform_pivot_x(obj_main, 200, 0); in test_obj_flag_overflow_visible_1() 106 lv_obj_set_style_transform_pivot_x(obj_child_1, 100, 0); in test_obj_flag_overflow_visible_1() 110 lv_obj_set_style_transform_pivot_x(obj_child_2, 100, 0); in test_obj_flag_overflow_visible_1() 114 lv_obj_set_style_transform_pivot_x(btn_1, 100, 0); in test_obj_flag_overflow_visible_1() 118 lv_obj_set_style_transform_pivot_x(btn_2, 100, 0); in test_obj_flag_overflow_visible_1()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_15.c | 38 lv_obj_set_style_transform_pivot_x(btn, 50, 0); in lv_example_style_15()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_layer_transform.c | 33 lv_obj_set_style_transform_pivot_x(obj, pivot_x[i], 0); in test_no_residual_border_on_scale_down()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 218 lv_obj_set_style_transform_pivot_x(obj, 390, 0); in left_cont_create() 224 lv_obj_set_style_transform_pivot_x(obj, 260, 0); in left_cont_create() 233 lv_obj_set_style_transform_pivot_x(label, lv_pct(100), 0); in left_cont_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 157 void lv_obj_set_style_transform_pivot_x(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_transform_pivot_x() function
|
D | lv_obj_style_gen.h | 784 void lv_obj_set_style_transform_pivot_x(lv_obj_t * obj, int32_t value, lv_style_selector_t selector…
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 403 lv_obj_set_style_transform_pivot_x(obj_to_rotate, -pivot_x, 0); in lv_arc_rotate_obj_to_angle()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 646 lv_obj_set_style_transform_pivot_x(obj, 0, 0); in layer_obj_create()
|