Searched refs:isXor (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h190 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { argument
193 fXor = isXor;
201 bool isXor() const { function in class:SkOpContour
338 void setXor(bool isXor) { argument
339 fXor = isXor;
H A DSkOpSegment.cpp826 bool SkOpSegment::isXor() const { function in class:SkOpSegment
827 return fContour->isXor();
1054 if (angle->debugSign() != next->debugSign() && !angle->segment()->contour()->isXor()
1055 && !next->segment()->contour()->isXor()) {
H A DSkPathOpsWinding.cpp336 SkASSERT((hitSegment->isXor() ? (windSum & 1) == (spanSum & 1) : windSum == spanSum)
H A DSkOpSegment.h270 bool isXor() const;
H A DSkOpCoincidence.cpp1066 if (segment->isXor()) {
1084 if (oSegment->isXor()) {
H A DSkPathOpsDebug.cpp1362 bool isXor = next->segment()->isXor(); local
1367 bool useXor = op ? oppXor : isXor;
1374 useXor = op ? isXor : oppXor;
/external/skia/tests/
H A DPathOpsDebug.cpp1229 if (fCoinPtTStart->segment()->isXor()) {
1241 if (fOppPtTStart->segment()->isXor()) {

Completed in 144 milliseconds