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

/external/skia/src/core/
H A DSkGeometry.cpp592 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) function
603 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is
619 SkChopCubicAt(src, dst, tval, 2);
623 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) function
647 SkChopCubicAt(src, dst, t);
709 SkChopCubicAt(src, dst, tValues, roots);
725 SkChopCubicAt(src, dst, tValues, roots);
790 SkChopCubicAt(src, dst, tValues, count);
1008 SkChopCubicAt(src, dst, tValues, count);

Completed in 37 milliseconds