Searched defs:oppXor (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h269 bool oppXor() const { function in class:SkOpContour
H A DSkOpSegment.cpp1434 bool SkOpSegment::oppXor() const { function in class:SkOpSegment
1435 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 153 milliseconds