Searched refs:SkChopCubicAt (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp131 SkPoint tmp[7]; // for SkChopCubicAt
135 SkChopCubicAt(dst, tmp, t);
143 SkChopCubicAt(dst, tmp, t);
H A DSkGeometry.h113 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t);
118 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
H A DSkEdgeClipper.cpp284 SkChopCubicAt(pts, tmp, t);
310 SkChopCubicAt(pts, tmp, t);
362 SkChopCubicAt(pts, tmp, t);
388 SkChopCubicAt(pts, tmp, t);
H A DSkPathMeasure.cpp315 SkChopCubicAt(pts, tmp0, stopT);
319 SkChopCubicAt(pts, tmp0, startT);
323 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT,
H A DSkGeometry.cpp479 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { function
489 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is
505 SkChopCubicAt(src, dst, tval, 2);
509 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], function
530 SkChopCubicAt(src, dst, t);
591 SkChopCubicAt(src, dst, tValues, roots);
607 SkChopCubicAt(src, dst, tValues, roots);
651 SkChopCubicAt(src, dst, tValues, count);
877 SkChopCubicAt(src, dst, tValues, count);
H A DSkScan_Hairline.cpp234 SkChopCubicAt(pts, tmp, SK_Scalar1/2);
/external/skia/src/core/
H A DSkCubicClipper.cpp131 SkPoint tmp[7]; // for SkChopCubicAt
135 SkChopCubicAt(dst, tmp, t);
143 SkChopCubicAt(dst, tmp, t);
H A DSkGeometry.h113 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t);
118 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
H A DSkEdgeClipper.cpp284 SkChopCubicAt(pts, tmp, t);
310 SkChopCubicAt(pts, tmp, t);
362 SkChopCubicAt(pts, tmp, t);
388 SkChopCubicAt(pts, tmp, t);
H A DSkPathMeasure.cpp315 SkChopCubicAt(pts, tmp0, stopT);
319 SkChopCubicAt(pts, tmp0, startT);
323 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT,
H A DSkGeometry.cpp479 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) { function
489 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is
505 SkChopCubicAt(src, dst, tval, 2);
509 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], function
530 SkChopCubicAt(src, dst, t);
591 SkChopCubicAt(src, dst, tValues, roots);
607 SkChopCubicAt(src, dst, tValues, roots);
651 SkChopCubicAt(src, dst, tValues, count);
877 SkChopCubicAt(src, dst, tValues, count);
H A DSkScan_Hairline.cpp234 SkChopCubicAt(pts, tmp, SK_Scalar1/2);
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePath.cpp40 SkChopCubicAt(src, dst, tval, 2);
/external/skia/samplecode/
H A DSamplePath.cpp40 SkChopCubicAt(src, dst, tval, 2);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp786 // need to have t values sorted since this is what is expected by SkChopCubicAt
803 SkChopCubicAt(src, dst, chop_ts, chop_count);
/external/skia/src/gpu/
H A DGrPathUtils.cpp786 // need to have t values sorted since this is what is expected by SkChopCubicAt
803 SkChopCubicAt(src, dst, chop_ts, chop_count);

Completed in 623 milliseconds