Searched defs:PathWrapper (Results 1 – 1 of 1) sorted by relevance
| /external/skia/src/ports/fontations/src/ |
| D | ffi.rs | 404 path_wrapper: Pin<&mut PathWrapper>, in get_path() 1478 path_wrapper: Pin<&mut PathWrapper>, in get_path() 1607 type PathWrapper; typedef 1610 fn move_to(self: Pin<&mut PathWrapper>, x: f32, y: f32); in move_to() 1612 fn line_to(self: Pin<&mut PathWrapper>, x: f32, y: f32); in line_to() 1614 fn quad_to(self: Pin<&mut PathWrapper>, cx0: f32, cy0: f32, x: f32, y: f32); in quad_to() 1617 self: Pin<&mut PathWrapper>, in curve_to() 1626 fn close(self: Pin<&mut PathWrapper>); in close()
|