Searched refs:oppXor (Results 1 – 12 of 12) sorted by relevance
268 bool oppXor() const { in oppXor() function
350 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
306 bool oppXor() const;
1342 bool oppXor = next->segment()->oppXor(); in debugValidate() local1346 bool useXor = op ? oppXor : isXor; in debugValidate()1353 useXor = op ? isXor : oppXor; in debugValidate()
1092 if (segment->oppXor()) { in apply()1111 if (oSegment->oppXor()) { in apply()
1494 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment1495 return fContour->oppXor(); in oppXor()
269 bool oppXor() const { in oppXor() function
349 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
1365 bool oppXor = next->segment()->oppXor(); in debugValidate() local1369 bool useXor = op ? oppXor : isXor; in debugValidate()1376 useXor = op ? isXor : oppXor; in debugValidate()