Searched refs:plotters_backend (Results 1 – 25 of 37) sorted by relevance
12
/external/rust/crates/criterion/src/plot/ |
D | mod.rs | 2 mod plotters_backend; module 5 pub(crate) use plotters_backend::PlottersBackend;
|
/external/rust/crates/plotters/src/coord/ |
D | translate.rs | 1 use plotters_backend::BackendCoord;
|
D | mod.rs | 27 use plotters_backend::BackendCoord;
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 5 pub use plotters_backend::text_anchor; 6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle};
|
D | shape.rs | 2 use plotters_backend::{BackendColor, BackendStyle};
|
D | color.rs | 4 use plotters_backend::{BackendColor, BackendStyle};
|
D | size.rs | 3 use plotters_backend::DrawingBackend;
|
/external/rust/crates/plotters/examples/ |
D | console.rs | 3 use plotters_backend::{ 115 plotters_backend::rasterizer::draw_line(self, from, to, style) in draw_line()
|
/external/rust/crates/plotters-backend/ |
D | Android.bp | 26 crate_name: "plotters_backend",
|
/external/rust/crates/plotters/src/element/ |
D | mod.rs | 157 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
D | dynelem.rs | 2 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
D | candlestick.rs | 9 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
D | points.rs | 4 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
D | errorbar.rs | 5 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
D | image.rs | 5 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
/external/rust/crates/plotters/src/series/ |
D | area_series.rs | 4 use plotters_backend::DrawingBackend;
|
D | line_series.rs | 3 use plotters_backend::DrawingBackend;
|
D | histogram.rs | 10 use plotters_backend::DrawingBackend;
|
/external/rust/crates/plotters/src/chart/ |
D | state.rs | 6 use plotters_backend::DrawingBackend;
|
D | axes3d.rs | 14 use plotters_backend::DrawingBackend;
|
D | series.rs | 7 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
/external/rust/crates/plotters/src/ |
D | lib.rs | 726 pub use plotters_backend::DrawingBackend;
|
/external/rust/crates/plotters/src/coord/ranged3d/ |
D | cartesian3d.rs | 4 use plotters_backend::BackendCoord;
|
/external/rust/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 14 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
|
/external/rust/crates/plotters/src/style/font/ |
D | font_desc.rs | 7 pub use plotters_backend::{FontFamily, FontStyle, FontTransform};
|
12