Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrPathUtilsTest.cpp27 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180()
38 int convex180N = GrPathUtils::findCubicConvex180Chops(p, convex180T, &areCusps); in check_cubic_convex_180()
92 REPORTER_ASSERT(r, GrPathUtils::findCubicConvex180Chops(quad, T, &areCusps) == 0); in DEF_TEST()
96 REPORTER_ASSERT(r, GrPathUtils::findCubicConvex180Chops(cusp, T, &areCusps) == 1); in DEF_TEST()
113 REPORTER_ASSERT(r, GrPathUtils::findCubicConvex180Chops(cusp, T, &areCusps) == 2); in DEF_TEST()
119 REPORTER_ASSERT(r, GrPathUtils::findCubicConvex180Chops(cusp, T, &areCusps) == 1); in DEF_TEST()
/third_party/skia/bench/
DGrPathUtilsBench.cpp25 int count = GrPathUtils::findCubicConvex180Chops(fPts.data(), T, &areCusps); in onDraw()
/third_party/skia/src/gpu/geometry/
DGrPathUtils.h170 int findCubicConvex180Chops(const SkPoint[], float T[2], bool* areCusps);
DGrPathUtils.cpp553 int GrPathUtils::findCubicConvex180Chops(const SkPoint pts[], float T[2], bool* areCusps) { in findCubicConvex180Chops() function in GrPathUtils
/third_party/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.cpp340 numChops = GrPathUtils::findCubicConvex180Chops(p, T, &areCusps); in prepare()
DStrokeHardwareTessellator.cpp185 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo()