Searched refs:findCubicConvex180Chops (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | GrPathUtilsTest.cpp | 27 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/ |
D | GrPathUtilsBench.cpp | 25 int count = GrPathUtils::findCubicConvex180Chops(fPts.data(), T, &areCusps); in onDraw()
|
/third_party/skia/src/gpu/geometry/ |
D | GrPathUtils.h | 170 int findCubicConvex180Chops(const SkPoint[], float T[2], bool* areCusps);
|
D | GrPathUtils.cpp | 553 int GrPathUtils::findCubicConvex180Chops(const SkPoint pts[], float T[2], bool* areCusps) { in findCubicConvex180Chops() function in GrPathUtils
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeFixedCountTessellator.cpp | 340 numChops = GrPathUtils::findCubicConvex180Chops(p, T, &areCusps); in prepare()
|
D | StrokeHardwareTessellator.cpp | 185 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo()
|