Searched refs:to_point (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.cpp17 static SkPoint to_point(const Sk2s& x) {
147 coeff[0] = to_point(p2 - p1 - p1 + p0); // A * t^2
148 coeff[1] = to_point(p1minus2 + p1minus2); // B * t
178 return to_point((A * t2 + B+B) * t2 + P0);
211 dst[0] = to_point(p0);
212 dst[1] = to_point(p01);
213 dst[2] = to_point(interp(p01, p12, tt));
214 dst[3] = to_point(p12);
215 dst[4] = to_point(p2);
335 dst[1] = to_point(s
[all...]
H A DSkGeometry.h18 static inline SkPoint to_point(const Sk2s& x) { function

Completed in 218 milliseconds