Home
last modified time | relevance | path

Searched refs:fill_polygon (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/plotters-backend/src/
Dlib.rs186 return self.fill_polygon(v, &style.color()); in draw_path()
206 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon() method
213 rasterizer::fill_polygon(self, &vert_buf[..], style) in fill_polygon()
/external/rust/crates/plotters-backend/src/rasterizer/
Dmod.rs29 pub use polygon::fill_polygon;
Dline.rs39 return back.fill_polygon(vertices, style); in draw_line()
Dpolygon.rs72 pub fn fill_polygon<DB: DrawingBackend, S: BackendStyle>( in fill_polygon() function
/external/rust/crates/plotters/benches/benches/
Drasterizer.rs180 root.fill_polygon(vert.clone(), &RED).unwrap(); in fill_hexagon()
189 root.fill_polygon(vert.clone(), &RED).unwrap(); in fill_hexagon()
/external/rust/crates/plotters/src/element/
Dpoints.rs97 backend.fill_polygon(points, &self.style.color)?; in draw()
Dbasic_shapes.rs323 backend.fill_polygon(points, &self.style.color) in draw()
/external/rust/crates/plotters/src/drawing/backend_impl/
Dmocked.rs230 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon() method
/external/rust/crates/plotters-svg/src/
Dsvg.rs327 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon() method