Searched refs:oppXor (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h269 bool oppXor() const { function in class:SkOpContour
H A DSkPathOpsWinding.cpp346 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum
H A DSkOpSegment.h306 bool oppXor() const;
H A DSkOpCoincidence.cpp1068 if (segment->oppXor()) {
1086 if (oSegment->oppXor()) {
H A DSkOpSegment.cpp1432 bool SkOpSegment::oppXor() const { function in class:SkOpSegment
1433 return fContour->oppXor();
H A DSkPathOpsDebug.cpp1363 bool oppXor = next->segment()->oppXor(); local
1367 bool useXor = op ? oppXor : isXor;
1374 useXor = op ? isXor : oppXor;

Completed in 161 milliseconds