Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.h47 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
DPathOpsExtendedTest.cpp424 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument
426 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp1070 bool useXor = op ? oppXor : isXor; in debugValidate() local
1071 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate()
1072 lastXor = (int) useXor; in debugValidate()
1074 if (useXor) { in debugValidate()
1077 useXor = op ? isXor : oppXor; in debugValidate()
1078 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate()
1079 lastOppXor = (int) useXor; in debugValidate()
1081 if (useXor) { in debugValidate()