Home
last modified time | relevance | path

Searched refs:SkChopCubicAt (Results 1 – 12 of 12) 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.cpp134 SkChopCubicAt(dst, tmp, t); in clipCubic()
142 SkChopCubicAt(dst, tmp, t); in clipCubic()
DSkGeometry.cpp356 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { in SkChopCubicAt() function
404 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], in SkChopCubicAt() function
425 SkChopCubicAt(src, dst, t); in SkChopCubicAt()
448 SkChopCubicAt(src, dst, 0.5f); in SkChopCubicAtHalf()
468 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema()
484 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema()
528 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections()
825 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.cpp110 SkChopCubicAt(pts, tmp0, stopT); in SkPathMeasure_segTo()
114 SkChopCubicAt(pts, tmp0, startT); in SkPathMeasure_segTo()
118 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in SkPathMeasure_segTo()
DSkEdgeClipper.cpp274 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fY, y)); in chop_mono_cubic_at_y()
328 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fX, x)); in chop_mono_cubic_at_x()
DSkStroke.cpp822 SkChopCubicAt(cubic, chopped, t); in cubicPerpRay()
/external/skia/samplecode/
DSamplePath.cpp40 SkChopCubicAt(src, dst, tval, 2); in test_cubic()
DSampleAAGeometry.cpp1378 SkChopCubicAt(pts, split, 0.5f); in cubic_coverage()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp656 SkChopCubicAt(c, twoCubics, loopT[0]); in selfOneOff()
DPathOpsOpTest.cpp3853 SkChopCubicAt(pts, cubicPair, loopT[0]); in complex_to_quads()
/external/skia/src/gpu/
DGrPathUtils.cpp872 SkChopCubicAt(src, dst, chop_ts, chop_count); in chopCubicAtLoopIntersection()