Searched refs:label_rotation (Results 1 – 1 of 1) sorted by relevance
657 int32_t label_rotation = lv_obj_get_style_transform_rotation(obj, LV_PART_INDICATOR); in scale_draw_label() local666 label_rotation = (label_rotation & LV_SCALE_ROTATION_ANGLE_MASK); in scale_draw_label()702 if(label_rotation & LV_SCALE_LABEL_ROTATE_MATCH_TICKS) { in scale_draw_label()703 label_rotation_temp = (label_rotation & LV_SCALE_ROTATION_ANGLE_MASK) + angle_upscale; in scale_draw_label()706 if(label_rotation & LV_SCALE_LABEL_ROTATE_KEEP_UPRIGHT) { in scale_draw_label()714 label_rotation = label_rotation_temp; in scale_draw_label()717 label_rotation = label_rotation & LV_SCALE_ROTATION_ANGLE_MASK; in scale_draw_label()728 if(label_rotation > 0) { in scale_draw_label()741 layer_draw_dsc.rotation = label_rotation; in scale_draw_label()