Searched refs:useXor (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 44 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
|
D | PathOpsExtendedTest.cpp | 360 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument 363 SkPathFillType fillType = useXor ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in testSimplify()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.h | 44 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
|
D | PathOpsExtendedTest.cpp | 455 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument 457 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 1369 bool useXor = op ? oppXor : isXor; in debugValidate() local 1370 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate() 1371 lastXor = (int) useXor; in debugValidate() 1373 if (useXor) { in debugValidate() 1376 useXor = op ? isXor : oppXor; in debugValidate() 1377 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate() 1378 lastOppXor = (int) useXor; in debugValidate() 1380 if (useXor) { in debugValidate()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1346 bool useXor = op ? oppXor : isXor; in debugValidate() local 1347 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate() 1348 lastXor = (int) useXor; in debugValidate() 1350 if (useXor) { in debugValidate() 1353 useXor = op ? isXor : oppXor; in debugValidate() 1354 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate() 1355 lastOppXor = (int) useXor; in debugValidate() 1357 if (useXor) { in debugValidate()
|