Searched refs:useXor (Results 1 – 3 of 3) sorted by relevance
43 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
427 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument429 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify()
1367 bool useXor = op ? oppXor : isXor; in debugValidate() local1368 SkASSERT(lastXor == -1 || lastXor == (int) useXor); in debugValidate()1369 lastXor = (int) useXor; in debugValidate()1371 if (useXor) { in debugValidate()1374 useXor = op ? isXor : oppXor; in debugValidate()1375 SkASSERT(lastOppXor == -1 || lastOppXor == (int) useXor); in debugValidate()1376 lastOppXor = (int) useXor; in debugValidate()1378 if (useXor) { in debugValidate()