Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp189 const SkOpSegment* checkOppSeg = check->fOppPtTStart->segment(); in addIfMissing() local
190 if (checkOppSeg != coinSeg && checkOppSeg != oppSeg) { in addIfMissing()
198 SkASSERT(checkOppSeg != oppSeg); in addIfMissing()
DSkPathOpsDebug.cpp1218 const SkOpSegment* checkOppSeg; in debugAddIfMissing() local
1222 checkOppSeg = check->fOppPtTStart->segment(); in debugAddIfMissing()
1223 if (checkOppSeg != coinSeg && checkOppSeg != oppSeg) { in debugAddIfMissing()
1232 SkASSERT(checkOppSeg != oppSeg); in debugAddIfMissing()