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

/external/skia/src/core/
H A DSkGeometry.cpp14 static SkVector to_vector(const Sk2s& x) { function
137 return to_vector(T + T);
298 return to_vector(coeff.eval(t));
309 return to_vector(A * Sk2s(t) + B);
1099 return to_vector(SkQuadCoeff(A, B, C).eval(t));
/external/skqp/src/core/
H A DSkGeometry.cpp14 static SkVector to_vector(const Sk2s& x) { function
137 return to_vector(T + T);
298 return to_vector(coeff.eval(t));
309 return to_vector(A * Sk2s(t) + B);
1099 return to_vector(SkQuadCoeff(A, B, C).eval(t));

Completed in 190 milliseconds