Home
last modified time | relevance | path

Searched refs:chopT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DGeometryTest.cpp71 for (float chopT : chopTs) { in testChopCubic()
74 SkEvalCubicAt(pts, chopT, &expectedPt, nullptr, nullptr); in testChopCubic()
77 if (chopT == 0) { in testChopCubic()
80 if (chopT == 1) { in testChopCubic()
87 SkChopCubicAt(pts, localChops, chopT, chopT); in testChopCubic()
91 if (chopT == 0) { in testChopCubic()
98 if (chopT == 1) { in testChopCubic()
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp183 float chopT[2]; in writeCubicConvex180PatchesTo() local
185 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo()
190 SkChopCubicAt(p, chops, chopT[0]); in writeCubicConvex180PatchesTo()
199 SkChopCubicAt(p, chops, chopT[0], chopT[1]); in writeCubicConvex180PatchesTo()
417 float chopT = (numParametricSegments >= numRadialSegments) ? .5f in internalConicPatchesTo() local
420 if (conic.chopAt(chopT, chops)) { in internalConicPatchesTo()

Completed in 4 milliseconds