Searched refs:lv_obj_get_style_transform_rotation (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 275 #define lv_obj_get_style_transform_angle lv_obj_get_style_transform_rotation
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 995 int32_t rotation = lv_obj_get_style_transform_rotation(obj, 0); in obj_get_matrix() 1075 if(lv_obj_get_style_transform_rotation(obj, 0) == 0) { in refr_check_obj_clip_overflow() 1182 layer_draw_dsc.rotation = lv_obj_get_style_transform_rotation(obj, 0); in refr_obj()
|
D | lv_obj_pos.c | 1282 int32_t angle = lv_obj_get_style_transform_rotation(obj, 0); in transform_point_array()
|
D | lv_obj_style.c | 987 if(lv_obj_get_style_transform_rotation(obj, 0) != 0) return LV_LAYER_TYPE_TRANSFORM; in calculate_layer_type()
|
D | lv_obj_style_gen.h | 124 static inline int32_t lv_obj_get_style_transform_rotation(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_transform_rotation() function
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 72 angle += lv_obj_get_style_transform_rotation(parent, 0); in lv_indev_scroll_handler() 296 angle += lv_obj_get_style_transform_rotation(parent, 0); in lv_indev_find_scroll_obj()
|
D | lv_indev.c | 1427 angle += lv_obj_get_style_transform_rotation(parent, 0); in indev_proc_release()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 881 angle += lv_obj_get_style_transform_rotation(parent, 0); in transform_vect_recursive()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 930 img_dsc.rotation = lv_obj_get_style_transform_rotation(obj, LV_PART_INDICATOR); in draw_main()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 657 int32_t label_rotation = lv_obj_get_style_transform_rotation(obj, LV_PART_INDICATOR); in scale_draw_label()
|