Home
last modified time | relevance | path

Searched refs:plotters_backend (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/crates/criterion/src/plot/
Dmod.rs2 mod plotters_backend; module
5 pub(crate) use plotters_backend::PlottersBackend;
/external/rust/crates/plotters/src/coord/
Dtranslate.rs1 use plotters_backend::BackendCoord;
Dmod.rs27 use plotters_backend::BackendCoord;
/external/rust/crates/plotters/src/style/
Dtext.rs5 pub use plotters_backend::text_anchor;
6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle};
Dshape.rs2 use plotters_backend::{BackendColor, BackendStyle};
Dcolor.rs4 use plotters_backend::{BackendColor, BackendStyle};
Dsize.rs3 use plotters_backend::DrawingBackend;
/external/rust/crates/plotters/examples/
Dconsole.rs3 use plotters_backend::{
115 plotters_backend::rasterizer::draw_line(self, from, to, style) in draw_line()
/external/rust/crates/plotters-backend/
DAndroid.bp26 crate_name: "plotters_backend",
/external/rust/crates/plotters/src/element/
Dmod.rs157 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Ddynelem.rs2 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Dcandlestick.rs9 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Dpoints.rs4 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Derrorbar.rs5 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Dimage.rs5 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
/external/rust/crates/plotters/src/series/
Darea_series.rs4 use plotters_backend::DrawingBackend;
Dline_series.rs3 use plotters_backend::DrawingBackend;
Dhistogram.rs10 use plotters_backend::DrawingBackend;
/external/rust/crates/plotters/src/chart/
Dstate.rs6 use plotters_backend::DrawingBackend;
Daxes3d.rs14 use plotters_backend::DrawingBackend;
Dseries.rs7 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
/external/rust/crates/plotters/src/
Dlib.rs726 pub use plotters_backend::DrawingBackend;
/external/rust/crates/plotters/src/coord/ranged3d/
Dcartesian3d.rs4 use plotters_backend::BackendCoord;
/external/rust/crates/plotters/src/coord/ranged2d/
Dcartesian.rs14 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
/external/rust/crates/plotters/src/style/font/
Dfont_desc.rs7 pub use plotters_backend::{FontFamily, FontStyle, FontTransform};

12