Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp14 SkCoincidentSpans* coinRec = fHead; in extend() local
15 if (coinRec) { in extend()
17 if (coinRec->fCoinPtTStart->segment() != coinPtTStart->segment()) { in extend()
20 if (coinRec->fOppPtTStart->segment() != oppPtTStart->segment()) { in extend()
23 if (coinRec->fCoinPtTStart->fT > coinPtTEnd->fT) { in extend()
26 if (coinRec->fCoinPtTEnd->fT < coinPtTStart->fT) { in extend()
29 if (coinRec->fCoinPtTStart->fT > coinPtTStart->fT) { in extend()
30 coinRec->fCoinPtTStart = coinPtTStart; in extend()
31 coinRec->fOppPtTStart = oppPtTStart; in extend()
33 if (coinRec->fCoinPtTEnd->fT < coinPtTEnd->fT) { in extend()
[all …]