Searched refs:get_cubic_tangents (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 219 static inline void get_cubic_tangents(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in get_cubic_tangents() function 484 get_cubic_tangents(p0, p1, p2, p3, &tan0, &tan1); in cubicTo() 591 get_cubic_tangents(p0, p1, p2, p3, &tan0, &tan1); in appendCubics()
|