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

/external/skia/src/pathops/
H A DSkPathOpsTSect.h307 bool* calcMatched, bool* oppMatched) const;
1042 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); local
1045 if (!oppMatched) {
1196 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); local
1211 if (oppMatched) {
1223 SkDEBUGCODE(oppStartT = oppMatched ? oppFirst->fStartT : oppFirst->fEndT);
1232 oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT;
1235 if (!oppMatched) {
1266 if (!oppMatched) {
1597 double t2, bool* calcMatched, bool* oppMatched) cons
[all...]

Completed in 51 milliseconds