Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_transform_height (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj.c568 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()
Dlv_obj_draw.c329 int32_t h = lv_obj_get_style_transform_height(obj, part); in lv_obj_calculate_ext_draw_size()
Dlv_obj_style_gen.h88 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/
Dlv_slider.c325 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/
Dlv_checkbox.c236 int32_t transf_h = lv_obj_get_style_transform_height(obj, LV_PART_INDICATOR); in lv_checkbox_draw()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c201 int32_t th = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_main()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c294 int32_t transf_h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_indic()