Home | History | Annotate | Download | only in pathops

Lines Matching refs:ptsDisjoint

1014     return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt);
1358 || !refSeg->ptsDisjoint(*ref, *check))) {
1438 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const {