Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h294 bool* calcMatched, bool* oppMatched) const;
989 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in coincidentForce() local
992 if (!oppMatched) { in coincidentForce()
1134 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in extractCoincident() local
1149 if (oppMatched) { in extractCoincident()
1160 SkDEBUGCODE(oppStartT = oppMatched ? oppFirst->fStartT : oppFirst->fEndT); in extractCoincident()
1167 SkDEBUGCODE(oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT); in extractCoincident()
1168 if (!oppMatched) { in extractCoincident()
1191 if (!oppMatched) { in extractCoincident()
1510 double t2, bool* calcMatched, bool* oppMatched) const { in matchedDirCheck() argument
[all …]