Searched defs:to_point (Results 1 – 4 of 4) sorted by relevance
18 static inline SkPoint to_point(const Sk2s& x) { in to_point() function
68 static SkPoint to_point(SkIPoint p) { return {(float)p.x(), (float)p.y()}; } in to_point() function