Searched refs:actual_style (Results 1 – 1 of 1) sorted by relevance
292 let actual_style = if orientation.0 == 0 { in draw_axis_and_labels() localVariable312 let actual_style = &actual_style.pos(Pos::new(h_pos, v_pos)); in draw_axis_and_labels() localVariable313 area.draw_text(text, actual_style, (x0 as i32, y0 as i32))?; in draw_axis_and_labels()