Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/scale/
Dlv_scale.c700 int32_t label_rotation_temp = 0; in scale_draw_label() local
703 label_rotation_temp = (label_rotation & LV_SCALE_ROTATION_ANGLE_MASK) + angle_upscale; in scale_draw_label()
707 while(label_rotation_temp > 3600) { in scale_draw_label()
708 label_rotation_temp -= 3600; in scale_draw_label()
710 if(label_rotation_temp > 900 && label_rotation_temp < 2400) { in scale_draw_label()
711 label_rotation_temp += 1800; in scale_draw_label()
714 label_rotation = label_rotation_temp; in scale_draw_label()