Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_arc.c342 lv_coord_t indic_width_half = indic_width / 2; in lv_arc_align_obj_to_angle() local
343 arc_r -= indic_width_half; in lv_arc_align_obj_to_angle()
363 lv_coord_t indic_width_half = indic_width / 2; in lv_arc_rotate_obj_to_angle() local
364 arc_r -= indic_width_half; in lv_arc_rotate_obj_to_angle()
818 lv_coord_t indic_width_half = indic_width / 2; in get_knob_area() local
819 r -= indic_width_half; in get_knob_area()
830 knob_area->x1 = center->x + knob_x - left_knob - indic_width_half; in get_knob_area()
831 knob_area->x2 = center->x + knob_x + right_knob + indic_width_half; in get_knob_area()
832 knob_area->y1 = center->y + knob_y - top_knob - indic_width_half; in get_knob_area()
833 knob_area->y2 = center->y + knob_y + bottom_knob + indic_width_half; in get_knob_area()