Searched defs:ShapeStyle (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/plotters/src/style/ |
D | shape.rs | 6 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/ |
D | context.rs | 166 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/ |
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 | 41 fn get_style(&self, v: &T) -> ShapeStyle { in get_style()
|
/external/rust/crates/plotters/src/element/ |
D | candlestick.rs | 38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
|
D | basic_shapes_3d.rs | 12 pub fn new<FS: Into<ShapeStyle>, ES: Into<ShapeStyle>>( in new()
|
/external/rust/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 144 style: &ShapeStyle, in draw()
|