Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp185 const SkOpSegment* checkCoinSeg = check->fCoinPtTStart->segment(); in addIfMissing() local
186 if (checkCoinSeg != coinSeg && checkCoinSeg != oppSeg) { in addIfMissing()
197 if (checkCoinSeg != coinSeg) { in addIfMissing()
DSkPathOpsDebug.cpp1217 const SkOpSegment* checkCoinSeg = check->fCoinPtTStart->segment(); in debugAddIfMissing() local
1219 if (checkCoinSeg != coinSeg && checkCoinSeg != oppSeg) { in debugAddIfMissing()
1231 if (checkCoinSeg != coinSeg) { in debugAddIfMissing()