Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A 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 in matchedDirCheck()
[all...]
H A DSkPathOpsTSect.h323 bool* calcMatched, bool* oppMatched) const;

Completed in 4 milliseconds