Home | History | Annotate | Download | only in core

Lines Matching refs:SkChopCubicAt

568 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[7], SkScalar t)
579 valid_unit_divide in SkChopCubicAt(... tValues[], int roots). The reason is
595 SkChopCubicAt(src, dst, tval, 2);
599 void SkChopCubicAt(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots)
623 SkChopCubicAt(src, dst, t);
685 SkChopCubicAt(src, dst, tValues, roots);
701 SkChopCubicAt(src, dst, tValues, roots);
766 SkChopCubicAt(src, dst, tValues, count);
984 SkChopCubicAt(src, dst, tValues, count);