Home
last modified time | relevance | path

Searched refs:SkChopCubicAt (Results 1 – 11 of 11) sorted by relevance

/external/skia/bench/
DGeometryBench.cpp238 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/
DSkCubicClipper.cpp135 SkChopCubicAt(dst, tmp, t); in clipCubic()
143 SkChopCubicAt(dst, tmp, t); in clipCubic()
DSkGeometry.cpp393 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { in SkChopCubicAt() function
441 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], in SkChopCubicAt() function
462 SkChopCubicAt(src, dst, t); in SkChopCubicAt()
485 SkChopCubicAt(src, dst, 0.5f); in SkChopCubicAtHalf()
505 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema()
521 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema()
565 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections()
860 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtMaxCurvature()
DSkGeometry.h106 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t);
112 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
DSkPathMeasure.cpp456 SkChopCubicAt(pts, tmp0, stopT); in seg_to()
460 SkChopCubicAt(pts, tmp0, startT); in seg_to()
464 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in seg_to()
DSkEdgeClipper.cpp257 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fY, y)); in chop_mono_cubic_at_y()
295 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fX, x)); in chop_mono_cubic_at_x()
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp207 SkChopCubicAt(pointsPtr, cubicPair, loopT); in walk()
/external/skia/samplecode/
DSamplePath.cpp43 SkChopCubicAt(src, dst, tval, 2); in test_cubic()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp639 SkChopCubicAt(c, twoCubics, loopT); in selfOneOff()
DPathOpsOpTest.cpp3850 SkChopCubicAt(pts, cubicPair, loopT); in complex_to_quads()
/external/skia/src/gpu/
DGrPathUtils.cpp758 SkChopCubicAt(src, dst, chop_ts, chop_count); in chopCubicAtLoopIntersection()