Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/style/
Dshape.rs6 pub struct ShapeStyle { struct
12 impl ShapeStyle { argument
31 impl<T: Color> From<T> for ShapeStyle { implementation
41 impl BackendStyle for ShapeStyle { implementation
/external/rust/crates/plotters/src/chart/
Dcontext.rs166 mesh_line_style: &ShapeStyle, in draw_mesh_lines()
206 axis_style: Option<&ShapeStyle>, in draw_axis()
277 axis_style: Option<&ShapeStyle>, in draw_axis_and_labels()
463 mesh_line_style: &ShapeStyle, in draw_mesh()
473 axis_style: &ShapeStyle, in draw_mesh()
651 style: ShapeStyle,
711 style: ShapeStyle,
775 panel_style: ShapeStyle, in draw_axis_panels()
776 bold_grid_style: ShapeStyle, in draw_axis_panels()
777 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.rs41 fn get_style(&self, v: &T) -> ShapeStyle { in get_style()
/external/rust/crates/plotters/src/element/
Dcandlestick.rs38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
Dbasic_shapes_3d.rs12 pub fn new<FS: Into<ShapeStyle>, ES: Into<ShapeStyle>>( in new()
/external/rust/crates/plotters/src/coord/ranged2d/
Dcartesian.rs144 style: &ShapeStyle, in draw()