Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp351 bool useXor = op ? oppXor : isXor; in debugValidate() local
352 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate()
353 lastXor = (int) useXor; in debugValidate()
355 if (useXor) { in debugValidate()
358 useXor = op ? isXor : oppXor; in debugValidate()
359 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate()
360 lastOppXor = (int) useXor; in debugValidate()
362 if (useXor) { in debugValidate()
/external/skia/tests/
DPathOpsExtendedTest.h42 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
DPathOpsExtendedTest.cpp414 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument
416 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify()