Searched refs:maxSubdivisions (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 576 const Sk2f& p2, const Sk2f& p3, int maxSubdivisions) { in appendCubics() argument 593 if (maxSubdivisions && !is_convex_curve_monotonic(p0, tan0, p3, tan1)) { in appendCubics() 595 maxSubdivisions - 1); in appendCubics() 601 if (!is_cubic_nearly_quadratic(p0, p1, p2, p3, tan0, tan1, &c) && maxSubdivisions) { in appendCubics() 603 maxSubdivisions - 1); in appendCubics()
|
D | GrCCFillGeometry.h | 103 const Sk2f& p3, int maxSubdivisions = 2);
|