Searched defs:to_point (Results 1 – 5 of 5) sorted by relevance
92 static inline T calculate_angle(P1 const& from_point, P2 const& to_point) in calculate_angle()
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