Searched refs:ptsDisjoint (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.h320 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { function in class:SkOpSegment
323 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt);
326 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { function in class:SkOpSegment
328 return ptsDisjoint(span.fT, span.fPt, t, pt);
331 bool ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const;
H A DSkOpSegment.cpp1012 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt);
1356 || !refSeg->ptsDisjoint(*ref, *check))) {
1436 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const { function in class:SkOpSegment

Completed in 78 milliseconds