Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.h268 bool oppXor() const { in oppXor() function
DSkPathOpsWinding.cpp350 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
DSkOpSegment.h306 bool oppXor() const;
DSkPathOpsDebug.cpp1342 bool oppXor = next->segment()->oppXor(); in debugValidate() local
1346 bool useXor = op ? oppXor : isXor; in debugValidate()
1353 useXor = op ? isXor : oppXor; in debugValidate()
DSkOpCoincidence.cpp1092 if (segment->oppXor()) { in apply()
1111 if (oSegment->oppXor()) { in apply()
DSkOpSegment.cpp1494 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment
1495 return fContour->oppXor(); in oppXor()
/external/skqp/src/pathops/
DSkOpContour.h269 bool oppXor() const { in oppXor() function
DSkPathOpsWinding.cpp349 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
DSkOpSegment.h306 bool oppXor() const;
DSkPathOpsDebug.cpp1365 bool oppXor = next->segment()->oppXor(); in debugValidate() local
1369 bool useXor = op ? oppXor : isXor; in debugValidate()
1376 useXor = op ? isXor : oppXor; in debugValidate()
DSkOpCoincidence.cpp1092 if (segment->oppXor()) { in apply()
1111 if (oSegment->oppXor()) { in apply()
DSkOpSegment.cpp1494 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment
1495 return fContour->oppXor(); in oppXor()