Searched refs:lv_obj_get_style_arc_rounded (Results 1 – 4 of 4) sorted by relevance
297 draw_dsc->rounded = lv_obj_get_style_arc_rounded(obj, part); in lv_obj_init_draw_arc_dsc()
502 static inline bool lv_obj_get_style_arc_rounded(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_arc_rounded() function
1324 arc_dsc->rounded = lv_obj_get_style_arc_rounded(obj, LV_PART_MAIN); in scale_set_arc_properties()1340 arc_dsc->rounded = lv_obj_get_style_arc_rounded(obj, LV_PART_MAIN); in scale_set_arc_properties()
788 int32_t rounded = lv_obj_get_style_arc_rounded(obj, part); in inv_arc_area()