Searched refs:ptsDisjoint (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSegment.h | 277 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint() function 278 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt); in ptsDisjoint() 281 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint() function 282 return ptsDisjoint(span.fT, span.fPt, t, pt); in ptsDisjoint() 285 bool ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const;
|
D | SkOpSpan.cpp | 154 if (span == test->span() && !span->segment()->ptsDisjoint(*ptT, *test)) { in alignInner()
|
D | SkPathOpsPostSect.cpp | 198 if (span == test->span() && !span->segment()->ptsDisjoint(*ptT, *test)) { in alignInner()
|
D | SkOpSegment.cpp | 1023 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match() 1388 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const { in ptsDisjoint() function in SkOpSegment
|