Searched refs:lv_obj_get_style_transform_height (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj.c | 568 int32_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw() 619 int32_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw() 643 int32_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw()
|
D | lv_obj_draw.c | 329 int32_t h = lv_obj_get_style_transform_height(obj, part); in lv_obj_calculate_ext_draw_size()
|
D | lv_obj_style_gen.h | 88 static inline int32_t lv_obj_get_style_transform_height(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_transform_height() function
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 325 int32_t trans_h = lv_obj_get_style_transform_height(obj, LV_PART_KNOB); in lv_slider_event() 451 int32_t transf_h = lv_obj_get_style_transform_height(obj, LV_PART_KNOB); in position_knob()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 236 int32_t transf_h = lv_obj_get_style_transform_height(obj, LV_PART_INDICATOR); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/imagebutton/ |
D | lv_imagebutton.c | 201 int32_t th = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_main()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 294 int32_t transf_h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_indic()
|