Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dshape.rs6 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/
Ddraw_impl.rs58 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/
Ddraw_impl.rs26 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/
Dpoint_series.rs48 pub fn of_element<S: Into<ShapeStyle>, F: Fn(Coord, Size, ShapeStyle) -> E>( in of_element()
Darea_series.rs46 pub fn new<S: Into<ShapeStyle>, I: IntoIterator<Item = (X, Y)>>( in new()
Dsurface.rs49 fn get_style(&self, v: &T) -> ShapeStyle { in get_style()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dcandlestick.rs38 pub fn new<GS: Into<ShapeStyle>, LS: Into<ShapeStyle>>( in new()
Dbasic_shapes_3d.rs38 pub fn new<FS: Into<ShapeStyle>, ES: Into<ShapeStyle>>( in new()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged2d/
Dcartesian.rs146 style: &ShapeStyle, in draw()