Home
last modified time | relevance | path

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

/external/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()
DStrokeIndirectTest.cpp361 n = GrPathUtils::findCubicConvex180Chops(pts, T, &areCusps); in verifyResolveLevels()
/external/skia/bench/
DGrPathUtilsBench.cpp25 int count = GrPathUtils::findCubicConvex180Chops(fPts.data(), T, &areCusps); in onDraw()
/external/skia/src/gpu/geometry/
DGrPathUtils.h171 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
/external/skia/src/gpu/tessellate/
DGrStrokeFixedCountTessellator.cpp293 numChops = GrPathUtils::findCubicConvex180Chops(p, T, &areCusps); in prepare()
DGrStrokeHardwareTessellator.cpp177 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo()
DGrStrokeIndirectTessellator.cpp546 int numChops = GrPathUtils::findCubicConvex180Chops(pts, nextChopTs, &areCusps); in GrStrokeIndirectTessellator()