Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs119 pub struct DrawingArea<DB: DrawingBackend, CT: CoordTranslate> { struct
125 impl<DB: DrawingBackend, CT: CoordTranslate + Clone> Clone for DrawingArea<DB, CT> { argument
165 impl<DB: DrawingBackend> From<DB> for DrawingArea<DB, Shift> { implementation
171 impl<'a, DB: DrawingBackend> From<&'a Rc<RefCell<DB>>> for DrawingArea<DB, Shift> { implementation
189 impl<DB: DrawingBackend, X: Ranged, Y: Ranged> DrawingArea<DB, Cartesian2d<X, Y>> { impl
227 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { impl
351 impl<DB: DrawingBackend> DrawingArea<DB, Shift> { implementation
526 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dsize.rs14 impl<D: DrawingBackend, C: CoordTranslate> HasDimension for DrawingArea<D, C> { implementation