Searched refs:SkChopCubicAt (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/core/ |
D | SkGeometry.h | 108 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t); 109 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], const SkScalar t[], int t_count);
|
/external/skia/src/core/ |
D | SkEdgeClipper.cpp | 282 SkChopCubicAt(pts, tmp, t); in chop_cubic_in_Y() 305 SkChopCubicAt(pts, tmp, t); in chop_cubic_in_Y() 358 SkChopCubicAt(pts, tmp, t); in clipMonoCubic() 377 SkChopCubicAt(pts, tmp, t); in clipMonoCubic()
|
D | SkGeometry.cpp | 568 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) in SkChopCubicAt() function 599 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) in SkChopCubicAt() function 623 SkChopCubicAt(src, dst, t); in SkChopCubicAt() 685 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtYExtrema() 701 SkChopCubicAt(src, dst, tValues, roots); in SkChopCubicAtXExtrema() 766 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtInflections() 984 SkChopCubicAt(src, dst, tValues, count); in SkChopCubicAtMaxCurvature()
|
D | SkPathMeasure.cpp | 336 SkChopCubicAt(pts, tmp0, stopT); in seg_to() 340 SkChopCubicAt(pts, tmp0, startT); in seg_to() 344 SkChopCubicAt(&tmp0[3], tmp1, SkScalarDiv(stopT - startT, in seg_to()
|
D | SkScan_Hairline.cpp | 241 SkChopCubicAt(pts, tmp, SK_Scalar1/2); in haircubic()
|