Searched defs:ShapeStyle (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/plotters/src/style/ |
D | shape.rs | 6 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/ |
D | context.rs | 162 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/ |
D | point_series.rs | 48 pub fn of_element<S: Into<ShapeStyle>, F: Fn(Coord, Size, ShapeStyle) -> E>( in of_element()
|
D | area_series.rs | 17 pub fn new<S: Into<ShapeStyle>, I: IntoIterator<Item = (X, Y)>>( in new()
|
D | surface.rs | 24 S: Into<ShapeStyle>, in new()
|
/external/rust/crates/plotters/src/element/ |
D | candlestick.rs | 38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
|
/external/rust/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 144 style: &ShapeStyle, in draw()
|