Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkGeometry.h107 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t);
112 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
/external/skia/src/core/
DSkCubicClipper.cpp141 SkChopCubicAt(dst, tmp, t); in clipCubic()
149 SkChopCubicAt(dst, tmp, t); in clipCubic()
DSkEdgeClipper.cpp275 SkChopCubicAt(pts, tmp, t); in chop_cubic_in_Y()
301 SkChopCubicAt(pts, tmp, t); in chop_cubic_in_Y()
353 SkChopCubicAt(pts, tmp, t); in clipMonoCubic()
379 SkChopCubicAt(pts, tmp, t); in clipMonoCubic()
DSkPathMeasure.cpp315 SkChopCubicAt(pts, tmp0, stopT); in seg_to()
319 SkChopCubicAt(pts, tmp0, startT); in seg_to()
323 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT, in seg_to()
DSkGeometry.cpp586 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) in SkChopCubicAt() function
617 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) in SkChopCubicAt() function
641 SkChopCubicAt(src, dst, t); in SkChopCubicAt()
703 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema()
719 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema()
784 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections()
1070 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtMaxCurvature()
DSkScan_Hairline.cpp237 SkChopCubicAt(pts, tmp, SK_Scalar1/2); in haircubic()
/external/skia/samplecode/
DSamplePath.cpp40 SkChopCubicAt(src, dst, tval, 2); in test_cubic()