Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/vello/src/
Dencoding.rs52 path_iter: Pin<&mut ffi::PathIterator>, in fill()
67 path_iter: Pin<&mut ffi::PathIterator>, in stroke()
81 pub fn begin_clip(&mut self, transform: ffi::Affine, path_iter: Pin<&mut ffi::PathIterator>) { in begin_clip()
127 iter: Pin<&mut ffi::PathIterator>, in encode_path()
Dlib.rs218 path_iter: Pin<&mut PathIterator>, in fill()
225 path_iter: Pin<&mut PathIterator>, in stroke()
227 fn begin_clip(self: &mut Encoding, transform: Affine, path_iter: Pin<&mut PathIterator>); in begin_clip()
255 type PathIterator; typedef
256 unsafe fn next_element(self: Pin<&mut PathIterator>, out_elem: *mut PathElement) -> bool; in next_element()