Searched refs:ptsDisjoint (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSegment.h | 304 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint() function 305 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt); in ptsDisjoint() 308 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint() function 309 return ptsDisjoint(span.fT, span.fPt, t, pt); in ptsDisjoint() 312 bool ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const;
|
D | SkOpSpan.cpp | 218 if (span == test->span() && !span->segment()->ptsDisjoint(*ptT, *test)) { in alignInner()
|
D | SkOpSegment.cpp | 1106 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match() 1461 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const { in ptsDisjoint() function in SkOpSegment
|
D | SkPathOpsDebug.cpp | 1546 if (span == test->span() && !span->segment()->ptsDisjoint(*ptT, *test)) { in debugAlignedInner()
|