Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/scale/
Dlv_scale.c684 … int32_t angle_upscale = ((tick_idx * scale->angle_range) * 10U) / (scale->total_tick_count - 1U) + in scale_draw_label() local
686 angle_upscale += scale->rotation * 10; in scale_draw_label()
703 label_rotation_temp = (label_rotation & LV_SCALE_ROTATION_ANGLE_MASK) + angle_upscale; in scale_draw_label()
720 … lv_point_transform(&point, angle_upscale, LV_SCALE_NONE, LV_SCALE_NONE, &center_point, false); in scale_draw_label()
1142 …int32_t angle_upscale = (int32_t)((tick_idx * scale->angle_range) * 10U) / (scale->total_tick_coun… in scale_get_tick_points() local
1143 angle_upscale += scale->rotation * 10; in scale_get_tick_points()
1162 …lv_point_transform(tick_point_a, angle_upscale, LV_SCALE_NONE, LV_SCALE_NONE, &center_point, false… in scale_get_tick_points()
1166 …lv_point_transform(tick_point_b, angle_upscale, LV_SCALE_NONE, LV_SCALE_NONE, &center_point, false… in scale_get_tick_points()