Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/arc/
Dlv_arc.c371 int32_t indic_width_half = indic_width / 2; in lv_arc_align_obj_to_angle() local
372 arc_r -= indic_width_half; in lv_arc_align_obj_to_angle()
392 int32_t indic_width_half = indic_width / 2; in lv_arc_rotate_obj_to_angle() local
393 arc_r -= indic_width_half; in lv_arc_rotate_obj_to_angle()
858 int32_t indic_width_half = indic_width / 2; in get_knob_area() local
859 r -= indic_width_half; in get_knob_area()
871 knob_area->x1 = center->x + knob_x - left_knob - indic_width_half; in get_knob_area()
872 knob_area->x2 = center->x + knob_x + right_knob + indic_width_half; in get_knob_area()
873 knob_area->y1 = center->y + knob_y - top_knob - indic_width_half; in get_knob_area()
874 knob_area->y2 = center->y + knob_y + bottom_knob + indic_width_half; in get_knob_area()