Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/drawing/
Darea.rs117 pub struct DrawingArea<DB: DrawingBackend, CT: CoordTranslate> { struct
123 impl<DB: DrawingBackend, CT: CoordTranslate + Clone> Clone for DrawingArea<DB, CT> { argument
163 impl<DB: DrawingBackend> From<DB> for DrawingArea<DB, Shift> { implementation
169 impl<'a, DB: DrawingBackend> From<&'a Rc<RefCell<DB>>> for DrawingArea<DB, Shift> { implementation
187 impl<DB: DrawingBackend, X: Ranged, Y: Ranged> DrawingArea<DB, Cartesian2d<X, Y>> { implementation
223 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { implementation
345 impl<DB: DrawingBackend> DrawingArea<DB, Shift> { implementation
520 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { implementation
/external/rust/crates/plotters/src/style/
Dsize.rs14 impl<D: DrawingBackend, C: CoordTranslate> HasDimension for DrawingArea<D, C> { implementation