Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/drawing/
Darea.rs121 pub struct DrawingArea<DB: DrawingBackend, CT: CoordTranslate> { struct
127 impl<DB: DrawingBackend, CT: CoordTranslate + Clone> Clone for DrawingArea<DB, CT> { argument
167 impl<DB: DrawingBackend> From<DB> for DrawingArea<DB, Shift> { implementation
173 impl<'a, DB: DrawingBackend> From<&'a Rc<RefCell<DB>>> for DrawingArea<DB, Shift> { implementation
191 impl<DB: DrawingBackend, X: Ranged, Y: Ranged> DrawingArea<DB, Cartesian2d<X, Y>> { implementation
229 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { implementation
353 impl<DB: DrawingBackend> DrawingArea<DB, Shift> { implementation
528 impl<DB: DrawingBackend, CT: CoordTranslate> DrawingArea<DB, CT> { impl
/external/rust/crates/plotters/src/style/
Dsize.rs14 impl<D: DrawingBackend, C: CoordTranslate> HasDimension for DrawingArea<D, C> { implementation