Searched refs:polygonize (Results 1 – 3 of 3) sorted by relevance
32 pub use path::polygonize;
104 pub fn polygonize(vertices: &[BackendCoord], stroke_width: u32) -> Vec<BackendCoord> { in polygonize() function
185 let v = rasterizer::polygonize(&p[..], style.stroke_width()); in draw_path()