Home
last modified time | relevance | path

Searched refs:convex180N (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DGrPathUtilsTest.cpp27 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180() local
28 REPORTER_ASSERT(r, inflectN == convex180N); in check_cubic_convex_180()
33 for (int i = 0; i < convex180N; ++i) { in check_cubic_convex_180()
38 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180() local
40 SkChopCubicAt(p, chops, convex180T, convex180N); in check_cubic_convex_180()
42 for (int i = 0; i <= convex180N; ++i) { in check_cubic_convex_180()
49 REPORTER_ASSERT(r, convex180N == 0); in check_cubic_convex_180()
53 REPORTER_ASSERT(r, convex180N == 1); in check_cubic_convex_180()