Home
last modified time | relevance | path

Searched defs:SVGBackend (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/plotters-svg/src/
Dsvg.rs69 pub struct SVGBackend<'a> { struct
76 impl<'a> SVGBackend<'a> { argument
158 impl<'a> DrawingBackend for SVGBackend<'a> { implementation
538 impl Drop for SVGBackend<'_> { implementation
/external/rust/android-crates-io/crates/plotters/src/
Devcxr.rs40 Draw: FnOnce(DrawingArea<SVGBackend, Shift>) -> Result<(), Box<dyn std::error::Error>>, in evcxr_figure()
53 Draw: FnOnce(DrawingArea<SVGBackend, Shift>) -> Result<(), Box<dyn std::error::Error>>, in evcxr_figure_with_saving()