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

/external/skia/src/core/
H A DSkGeometry.cpp586 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t) function
597 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is
613 SkChopCubicAt(src, dst, tval, 2);
617 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots) function
641 SkChopCubicAt(src, dst, t);
703 SkChopCubicAt(src, dst, tValues, roots);
719 SkChopCubicAt(src, dst, tValues, roots);
784 SkChopCubicAt(src, dst, tValues, count);
1070 SkChopCubicAt(src, dst, tValues, count);

Completed in 62 milliseconds