Searched defs:to_point (Results 1 – 6 of 6) sorted by relevance
145 fn to_point(&self) -> Point; in to_point() method151 fn to_point(&self) -> Point { in to_point() method
26 static inline SkPoint to_point(const skvx::float2& x) { in to_point() function
75 static SkPoint to_point(SkIPoint p) { return {(float)p.x(), (float)p.y()}; } in to_point() function
423 pub fn to_point(&self) -> Point { in to_point() method
80 fn to_point<Curve: EllipticCurve>(&self) -> Point<Curve> { in to_point() method