Home
last modified time | relevance | path

Searched refs:ptsDisjoint (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkOpSegment.h320 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint() function
323 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt); in ptsDisjoint()
326 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint() function
328 return ptsDisjoint(span.fT, span.fPt, t, pt); in ptsDisjoint()
331 bool ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const;
DSkOpSegment.cpp1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
1415 || !refSeg->ptsDisjoint(*ref, *check))) { in spansNearby()
1498 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const { in ptsDisjoint() function in SkOpSegment
/third_party/skia/src/pathops/
DSkOpSegment.h320 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint() function
323 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt); in ptsDisjoint()
326 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint() function
328 return ptsDisjoint(span.fT, span.fPt, t, pt); in ptsDisjoint()
331 bool ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const;
DSkOpSegment.cpp1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
1415 || !refSeg->ptsDisjoint(*ref, *check))) { in spansNearby()
1498 bool SkOpSegment::ptsDisjoint(double t1, const SkPoint& pt1, double t2, const SkPoint& pt2) const { in ptsDisjoint() function in SkOpSegment