Home
last modified time | relevance | path

Searched refs:oppMatched (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp689 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in coincidentForce() local
692 if (!oppMatched) { in coincidentForce()
840 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in extractCoincident() local
855 if (oppMatched) { in extractCoincident()
869 SkDEBUGCODE(oppStartT = oppMatched ? oppFirst->fStartT : oppFirst->fEndT); in extractCoincident()
878 oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT; in extractCoincident()
881 if (!oppMatched) { in extractCoincident()
913 if (!oppMatched) { in extractCoincident()
1246 double t2, bool* calcMatched, bool* oppMatched) const { in matchedDirCheck()
1248 SkASSERT(*oppMatched == this->matchedDirection(t, sect2, t2)); in matchedDirCheck()
[all …]
DSkPathOpsTSect.h323 bool* calcMatched, bool* oppMatched) const;