Home | History | Annotate | Download | only in core

Lines Matching refs:chopAt

919         SkDCubicPair pair = cubic.chopAt(roots[0]);
1013 bool SkConic::chopAt(SkScalar t, SkConic dst[2]) const {
1044 void SkConic::chopAt(SkScalar t1, SkScalar t2, SkConic* dst) const {
1051 if (this->chopAt(t1 ? t1 : t2, pair)) {
1293 if (!this->chopAt(t, dst)) {
1311 if (!this->chopAt(t, dst)) {