Searched refs:SkChopCubicAt (Results 1 – 10 of 10) sorted by relevance
/external/skia/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/src/core/ |
D | SkCubicClipper.cpp | 135 SkChopCubicAt(dst, tmp, t); in clipCubic() 143 SkChopCubicAt(dst, tmp, t); in clipCubic()
|
D | SkGeometry.h | 117 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 123 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
|
D | SkGeometry.cpp | 426 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { in SkChopCubicAt() function 494 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], in SkChopCubicAt() function 515 SkChopCubicAt(src, dst, t); in SkChopCubicAt() 538 SkChopCubicAt(src, dst, 0.5f); in SkChopCubicAtHalf() 558 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema() 574 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema() 618 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections() 913 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtMaxCurvature()
|
D | SkPathMeasure.cpp | 377 SkChopCubicAt(pts, tmp0, stopT); in seg_to() 381 SkChopCubicAt(pts, tmp0, startT); in seg_to() 385 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in seg_to()
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 208 SkChopCubicAt(pointsPtr, cubicPair, loopT); in walk()
|
/external/skia/samplecode/ |
D | SamplePath.cpp | 41 SkChopCubicAt(src, dst, tval, 2); in test_cubic()
|
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 632 SkChopCubicAt(c, twoCubics, loopT); in selfOneOff()
|
D | PathOpsOpTest.cpp | 3851 SkChopCubicAt(pts, cubicPair, loopT); in complex_to_quads()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 746 SkChopCubicAt(src, dst, chop_ts, chop_count); in chopCubicAtLoopIntersection()
|