Searched refs:oppMatched (Results 1 – 2 of 2) sorted by relevance
689 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in coincidentForce() local692 if (!oppMatched) { in coincidentForce()840 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in extractCoincident() local855 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 …]
323 bool* calcMatched, bool* oppMatched) const;