/external/skqp/bench/ |
D | GeometryBench.cpp | 238 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 239 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 240 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 241 SkChopCubicAt(fPts, dst, 0.5f); in onDraw()
|
/external/skia/bench/ |
D | GeometryBench.cpp | 239 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 240 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 241 SkChopCubicAt(fPts, dst, 0.5f); in onDraw() 242 SkChopCubicAt(fPts, dst, 0.5f); in onDraw()
|
/external/skia/src/core/ |
D | SkGeometry.h | 139 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 145 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[10], float t0, float t1); 151 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[], 188 SkChopCubicAt(src, dst, SkFindCubicMidTangent(src)); in SkChopCubicAtMidTangent()
|
D | SkCubicClipper.cpp | 136 SkChopCubicAt(dst, tmp, t); in clipCubic() 144 SkChopCubicAt(dst, tmp, t); in clipCubic()
|
D | SkGeometry.cpp | 453 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { in SkChopCubicAt() function 485 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[10], float t0, float t1) { in SkChopCubicAt() function 491 SkChopCubicAt(src, dst, t0); in SkChopCubicAt() 524 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], in SkChopCubicAt() function 548 SkChopCubicAt(src, dst, tt[0], tt[1]); in SkChopCubicAt() 559 SkChopCubicAt(src, dst, t); in SkChopCubicAt() 566 SkChopCubicAt(src, dst, 0.5f); in SkChopCubicAtHalf() 693 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema() 709 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema() 753 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections() [all …]
|
D | SkContourMeasure.cpp | 107 SkChopCubicAt(pts, tmp0, stopT); in SkContourMeasure_segTo() 111 SkChopCubicAt(pts, tmp0, startT); in SkContourMeasure_segTo() 115 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in SkContourMeasure_segTo()
|
D | SkEdgeClipper.cpp | 279 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fY, y)); in chop_mono_cubic_at_y() 333 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fX, x)); in chop_mono_cubic_at_x()
|
/external/skqp/src/core/ |
D | SkCubicClipper.cpp | 136 SkChopCubicAt(dst, tmp, t); in clipCubic() 144 SkChopCubicAt(dst, tmp, t); in clipCubic()
|
D | SkGeometry.cpp | 378 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { in SkChopCubicAt() function 426 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], in SkChopCubicAt() function 447 SkChopCubicAt(src, dst, t); in SkChopCubicAt() 470 SkChopCubicAt(src, dst, 0.5f); in SkChopCubicAtHalf() 490 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema() 506 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema() 550 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections() 870 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtMaxCurvature()
|
D | SkGeometry.h | 106 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 112 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
|
D | SkPathMeasure.cpp | 112 SkChopCubicAt(pts, tmp0, stopT); in SkPathMeasure_segTo() 116 SkChopCubicAt(pts, tmp0, startT); in SkPathMeasure_segTo() 120 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in SkPathMeasure_segTo()
|
D | SkEdgeClipper.cpp | 277 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fY, y)); in chop_mono_cubic_at_y() 331 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fX, x)); in chop_mono_cubic_at_x()
|
/external/skqp/gm/ |
D | trickycubicstrokes.cpp | 40 SkChopCubicAt(P, chopped, .5f); in calc_tight_cubic_bounds()
|
D | mandoline.cpp | 87 SkChopCubicAt(P, PP, T); in sliceCubic()
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeFixedCountTessellator.cpp | 297 SkChopCubicAt(p, chops, T[0]); in prepare() 308 SkChopCubicAt(p, chops, T[0], T[1]); in prepare()
|
D | GrStrokeIndirectTessellator.cpp | 139 SkChopCubicAt(pts, chops, chopT); in countChoppedCubic() 568 SkChopCubicAt(pts, pts_, nextChopTs, 2); in GrStrokeIndirectTessellator() 899 SkChopCubicAt(pts, scratch, nextChopTs, numChops); in writeBuffers()
|
D | GrStrokeHardwareTessellator.cpp | 182 SkChopCubicAt(p, chops, chopT[0]); in writeCubicConvex180PatchesTo() 191 SkChopCubicAt(p, chops, chopT[0], chopT[1]); in writeCubicConvex180PatchesTo()
|
/external/skia/tests/ |
D | GeometryTest.cpp | 44 SkChopCubicAt(pts, pts, .5f); in testChopCubic() 67 SkChopCubicAt(pts, allChops, chopTs, SK_ARRAY_COUNT(chopTs)); in testChopCubic() 85 SkChopCubicAt(pts, localChops, chopT, chopT); in testChopCubic() 107 SkChopCubicAt(pts, oneChops, ones, SK_ARRAY_COUNT(ones)); in testChopCubic()
|
D | GrPathUtilsTest.cpp | 40 SkChopCubicAt(p, chops, convex180T, convex180N); in check_cubic_convex_180()
|
D | PathOpsCubicIntersectionTest.cpp | 656 SkChopCubicAt(c, twoCubics, loopT[0]); in selfOneOff()
|
/external/skia/samplecode/ |
D | SampleCusp.cpp | 45 SkChopCubicAt(P, PP, t); in cusp()
|
/external/skqp/samplecode/ |
D | SampleCusp.cpp | 45 SkChopCubicAt(P, PP, t); in cusp()
|
/external/skia/gm/ |
D | mandoline.cpp | 93 SkChopCubicAt(P, PP, T); in sliceCubic()
|
D | trickycubicstrokes.cpp | 86 SkChopCubicAt(P, chopped, .5f); in calc_tight_cubic_bounds()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 337 SkChopCubicAt(currCubic, ptsBuffer, leftT); in cubicTo() 354 SkChopCubicAt(currCubic, ptsBuffer, rightT); in cubicTo()
|