Searched refs:chop_cubic (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 529 static inline void chop_cubic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, const Sk2f& p3, in chop_cubic() function 565 chop_cubic(p0, p1, p2, p3, localT, &p01, &p02, &pT, &p11, &p12); in appendCubics() 688 chop_cubic(p0, p1, p2, p3, midT, &p01, &p02, &pT, &p11, &p12); in chopAndAppendCubicAtMidTangent()
|