Searched refs:convex180T (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | GrPathUtilsTest.cpp | 23 float inflectT[2], convex180T[2]; in check_cubic_convex_180() local 27 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180() 34 REPORTER_ASSERT(r, SkScalarNearlyEqual(inflectT[i], convex180T[i])); in check_cubic_convex_180() 38 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180() 40 SkChopCubicAt(p, chops, convex180T, convex180N); in check_cubic_convex_180()
|