/external/chromium_org/third_party/skia/include/core/ |
SkGeometry.h | 113 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 118 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
|
/external/chromium_org/third_party/skia/src/core/ |
SkCubicClipper.cpp | 139 SkPoint tmp[7]; // for SkChopCubicAt 143 SkChopCubicAt(dst, tmp, t); 151 SkChopCubicAt(dst, tmp, t);
|
SkEdgeClipper.cpp | 284 SkChopCubicAt(pts, tmp, t); 310 SkChopCubicAt(pts, tmp, t); 362 SkChopCubicAt(pts, tmp, t); 388 SkChopCubicAt(pts, tmp, t);
|
SkPathMeasure.cpp | 320 SkChopCubicAt(pts, tmp0, stopT); 324 SkChopCubicAt(pts, tmp0, startT); 328 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT,
|
SkGeometry.cpp | 587 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) 598 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is 614 SkChopCubicAt(src, dst, tval, 2); 618 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) 642 SkChopCubicAt(src, dst, t); 704 SkChopCubicAt(src, dst, tValues, roots); 720 SkChopCubicAt(src, dst, tValues, roots); 785 SkChopCubicAt(src, dst, tValues, count); 1069 SkChopCubicAt(src, dst, tValues, count); [all...] |
SkScan_Hairline.cpp | 236 SkChopCubicAt(pts, tmp, SK_Scalar1/2);
|
/external/skia/include/core/ |
SkGeometry.h | 113 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 118 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar t[],
|
/external/skia/src/core/ |
SkCubicClipper.cpp | 139 SkPoint tmp[7]; // for SkChopCubicAt 143 SkChopCubicAt(dst, tmp, t); 151 SkChopCubicAt(dst, tmp, t);
|
SkEdgeClipper.cpp | 284 SkChopCubicAt(pts, tmp, t); 310 SkChopCubicAt(pts, tmp, t); 362 SkChopCubicAt(pts, tmp, t); 388 SkChopCubicAt(pts, tmp, t);
|
SkPathMeasure.cpp | 320 SkChopCubicAt(pts, tmp0, stopT); 324 SkChopCubicAt(pts, tmp0, startT); 328 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT,
|
SkGeometry.cpp | 587 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) 598 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is 614 SkChopCubicAt(src, dst, tval, 2); 618 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) 642 SkChopCubicAt(src, dst, t); 704 SkChopCubicAt(src, dst, tValues, roots); 720 SkChopCubicAt(src, dst, tValues, roots); 785 SkChopCubicAt(src, dst, tValues, count); 1069 SkChopCubicAt(src, dst, tValues, count); [all...] |
SkScan_Hairline.cpp | 236 SkChopCubicAt(pts, tmp, SK_Scalar1/2);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.cpp | 782 // need to have t values sorted since this is what is expected by SkChopCubicAt 799 SkChopCubicAt(src, dst, chop_ts, chop_count);
|
/external/skia/src/gpu/ |
GrPathUtils.cpp | 782 // need to have t values sorted since this is what is expected by SkChopCubicAt 799 SkChopCubicAt(src, dst, chop_ts, chop_count);
|