Lines Matching refs:BackendCoord
26 for<'a> &'a Other: PointCollection<'a, BackendCoord>,
47 fn draw<I: Iterator<Item = BackendCoord>>( in draw()
76 for<'a> &'a A: PointCollection<'a, BackendCoord>,
79 fn draw<I: Iterator<Item = BackendCoord>>( in draw()
102 for<'a> &'a My: PointCollection<'a, BackendCoord>,
104 for<'a> &'a Yours: PointCollection<'a, BackendCoord>,
144 for<'a> &'a A: PointCollection<'a, BackendCoord>,
145 for<'b> &'b B: PointCollection<'b, BackendCoord>,
149 fn draw<I: Iterator<Item = BackendCoord>>( in draw()
180 for<'a> &'a A: PointCollection<'a, BackendCoord>,
182 for<'a> &'a B: PointCollection<'a, BackendCoord>,
184 for<'a> &'a C: PointCollection<'a, BackendCoord>,
186 type Output = ComposedElement<Coord, DB, A, ComposedElement<BackendCoord, DB, B, C>>;