Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/
Dmod.rs3 mod plotters_backend; module
7 pub(crate) use plotters_backend::PlottersBackend;
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/
Dlib.rs833 pub use plotters_backend::DrawingBackend;
908 pub use plotters_backend::DrawingBackend;
Devcxr.rs3 use plotters_backend::DrawingBackend;
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dconsole.rs3 use plotters_backend::{
115 plotters_backend::rasterizer::draw_line(self, from, to, style) in draw_line()
/aosp_15_r20/external/rust/android-crates-io/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};
Dsize.rs3 use plotters_backend::DrawingBackend;
Dcolor.rs4 use plotters_backend::{BackendColor, BackendStyle};
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/
Dtranslate.rs1 use plotters_backend::BackendCoord;
Dmod.rs27 use plotters_backend::BackendCoord;
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/
DAndroid.bp19 crate_name: "plotters_backend",
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Darea_series.rs4 use plotters_backend::DrawingBackend;
Dline_series.rs3 use plotters_backend::DrawingBackend;
/aosp_15_r20/external/rust/android-crates-io/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};
Dbasic_shapes_3d.rs3 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Derrorbar.rs5 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
Dpoints.rs4 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/
Dmod.rs7 use plotters_backend::DrawingBackend;
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dstate.rs6 use plotters_backend::DrawingBackend;
Dcontext.rs3 use plotters_backend::{BackendCoord, DrawingBackend};
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/
Dmod.rs3 use plotters_backend::{BackendCoord, DrawingBackend};
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged2d/
Dcartesian.rs14 use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged3d/
Dcartesian3d.rs4 use plotters_backend::BackendCoord;

12