Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/chart/context/cartesian2d/
Ddraw_impl.rs292 let actual_style = if orientation.0 == 0 { in draw_axis_and_labels() localVariable
312 let actual_style = &actual_style.pos(Pos::new(h_pos, v_pos)); in draw_axis_and_labels() localVariable
313 area.draw_text(text, actual_style, (x0 as i32, y0 as i32))?; in draw_axis_and_labels()