Home
last modified time | relevance | path

Searched defs:ShapeStyle (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/plotters/src/style/
Dshape.rs6 pub struct ShapeStyle { struct
12 impl ShapeStyle { argument
31 impl<'a, T: Color> From<&'a T> for ShapeStyle { implementation
41 impl BackendStyle for ShapeStyle { implementation
/external/rust/crates/plotters/src/chart/
Dcontext.rs162 mesh_line_style: &ShapeStyle, in draw_mesh_lines()
202 axis_style: Option<&ShapeStyle>, in draw_axis()
273 axis_style: Option<&ShapeStyle>, in draw_axis_and_labels()
460 mesh_line_style: &ShapeStyle, in draw_mesh()
470 axis_style: &ShapeStyle, in draw_mesh()
640 style: ShapeStyle,
700 style: ShapeStyle,
764 panel_style: ShapeStyle, in draw_axis_panels()
765 bold_grid_style: ShapeStyle, in draw_axis_panels()
766 light_grid_style: ShapeStyle, in draw_axis_panels()
[all …]
/external/rust/crates/plotters/src/series/
Dpoint_series.rs48 pub fn of_element<S: Into<ShapeStyle>, F: Fn(Coord, Size, ShapeStyle) -> E>( in of_element()
Darea_series.rs17 pub fn new<S: Into<ShapeStyle>, I: IntoIterator<Item = (X, Y)>>( in new()
Dsurface.rs24 S: Into<ShapeStyle>, in new()
/external/rust/crates/plotters/src/element/
Dcandlestick.rs38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
/external/rust/crates/plotters/src/coord/ranged2d/
Dcartesian.rs144 style: &ShapeStyle, in draw()