Home
last modified time | relevance | path

Searched refs:useXor (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.h45 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
DPathOpsExtendedTest.cpp375 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument
378 SkPathFillType fillType = useXor ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in testSimplify()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp1347 bool useXor = op ? oppXor : isXor; in debugValidate() local
1348 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate()
1349 lastXor = (int) useXor; in debugValidate()
1351 if (useXor) { in debugValidate()
1354 useXor = op ? isXor : oppXor; in debugValidate()
1355 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate()
1356 lastOppXor = (int) useXor; in debugValidate()
1358 if (useXor) { in debugValidate()