Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/widgets/
Dlv_arc.c341 lv_coord_t indic_width = lv_obj_get_style_arc_width(obj, LV_PART_INDICATOR); in lv_arc_align_obj_to_angle()
362 lv_coord_t indic_width = lv_obj_get_style_arc_width(obj, LV_PART_INDICATOR); in lv_arc_rotate_obj_to_angle()
448 lv_coord_t indic_width = lv_obj_get_style_arc_width(obj, LV_PART_INDICATOR); in lv_arc_event()
605 lv_coord_t w = lv_obj_get_style_arc_width(obj, LV_PART_MAIN); in lv_arc_event()
747 lv_coord_t w = lv_obj_get_style_arc_width(obj, part); in inv_arc_area()
817 lv_coord_t indic_width = lv_obj_get_style_arc_width(obj, LV_PART_INDICATOR); in get_knob_area()
/lvgl-3.7.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c259 lv_coord_t cir_w = lv_obj_get_style_arc_width(obj, LV_PART_MAIN); in draw_disc_grad()
339 r = lv_obj_get_style_arc_width(obj, LV_PART_MAIN) / 2; in get_knob_area()
471 lv_coord_t cir_w = lv_obj_get_style_arc_width(obj, LV_PART_MAIN); in lv_colorwheel_event()
553 lv_coord_t scale_w = lv_obj_get_style_arc_width(obj, LV_PART_MAIN); in refr_knob_pos()
/lvgl-3.7.0/src/core/
Dlv_obj_draw.c287 draw_dsc->width = lv_obj_get_style_arc_width(obj, part); in lv_obj_init_draw_arc_dsc()
Dlv_obj_style_gen.h409 static inline lv_coord_t lv_obj_get_style_arc_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_arc_width() function