Searched defs:ShapeStyle (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/ |
D | shape.rs | 6 pub struct ShapeStyle { struct 15 impl ShapeStyle { implementation 79 impl<T: Color> From<T> for ShapeStyle { implementation 89 impl BackendStyle for ShapeStyle { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 58 style: ShapeStyle, 122 style: ShapeStyle, 188 panel_style: ShapeStyle, in draw_axis_panels() 189 bold_grid_style: ShapeStyle, in draw_axis_panels() 190 light_grid_style: ShapeStyle, in draw_axis_panels() 217 panel_style: ShapeStyle, in draw_axis_panel() 218 bold_grid_style: ShapeStyle, in draw_axis_panel() 219 light_grid_style: ShapeStyle, in draw_axis_panel()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/ |
D | draw_impl.rs | 26 mesh_line_style: &ShapeStyle, in draw_mesh_lines() 67 axis_style: Option<&ShapeStyle>, in draw_axis() 134 axis_style: Option<&ShapeStyle>, in draw_axis_and_labels() 320 mesh_line_style: &ShapeStyle, in draw_mesh() 330 axis_style: &ShapeStyle, in draw_mesh()
|
/aosp_15_r20/external/rust/android-crates-io/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 | 46 pub fn new<S: Into<ShapeStyle>, I: IntoIterator<Item = (X, Y)>>( in new()
|
D | surface.rs | 49 fn get_style(&self, v: &T) -> ShapeStyle { in get_style()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | candlestick.rs | 38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
|
D | basic_shapes_3d.rs | 38 pub fn new<FS: Into<ShapeStyle>, ES: Into<ShapeStyle>>( in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 146 style: &ShapeStyle, in draw()
|