Searched defs:PointCollection (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | mod.rs | 32 impl <'a> PointCollection<'a, (i32, i32)> for &'a RedBoxedX { impl 223 pub trait PointCollection<'a, Coord> { interface
|
D | basic_shapes.rs | 20 impl<'a, Coord> PointCollection<'a, Coord> for &'a Pixel<Coord> { impl 83 impl<'a, Coord> PointCollection<'a, Coord> for &'a PathElement<Coord> { impl 155 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { impl 247 impl<'a, Coord, Size: SizeDesc> PointCollection<'a, Coord> for &'a Circle<Coord, Size> { impl 308 impl<'a, Coord> PointCollection<'a, Coord> for &'a Polygon<Coord> { impl
|
D | composable.rs | 38 impl<'a, Coord, DB: DrawingBackend> PointCollection<'a, Coord> for &'a EmptyElement<Coord, DB> { impl 129 impl<'b, Coord, DB: DrawingBackend, A, B> PointCollection<'b, Coord> impl
|
D | points.rs | 28 impl<'a, Coord: 'a, Size: SizeDesc> PointCollection<'a, Coord> for &'a Cross<Coord, Size> { impl 71 impl<'a, Coord: 'a, Size: SizeDesc> PointCollection<'a, Coord> for &'a TriangleMarker<Coord, Size> { impl
|
D | candlestick.rs | 64 impl<'a, X: 'a, Y: PartialOrd + 'a> PointCollection<'a, (X, Y)> for &'a CandleStick<X, Y> { impl
|
D | dynelem.rs | 36 impl<'a, 'b: 'a, DB: DrawingBackend, Coord: Clone> PointCollection<'a, Coord> impl
|
D | image.rs | 195 impl<'a, 'b, Coord> PointCollection<'a, Coord> for &'a BitMapElement<'b, Coord> { impl
|