Searched refs:findCubicConvex180Chops (Results 1 – 8 of 8) sorted by relevance
/external/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()
|
D | StrokeIndirectTest.cpp | 361 n = GrPathUtils::findCubicConvex180Chops(pts, T, &areCusps); in verifyResolveLevels()
|
/external/skia/bench/ |
D | GrPathUtilsBench.cpp | 25 int count = GrPathUtils::findCubicConvex180Chops(fPts.data(), T, &areCusps); in onDraw()
|
/external/skia/src/gpu/geometry/ |
D | GrPathUtils.h | 171 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
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeFixedCountTessellator.cpp | 293 numChops = GrPathUtils::findCubicConvex180Chops(p, T, &areCusps); in prepare()
|
D | GrStrokeHardwareTessellator.cpp | 177 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo()
|
D | GrStrokeIndirectTessellator.cpp | 546 int numChops = GrPathUtils::findCubicConvex180Chops(pts, nextChopTs, &areCusps); in GrStrokeIndirectTessellator()
|