Searched refs:useXor (Results 1 – 3 of 3) sorted by relevance
45 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
375 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument378 SkPathFillType fillType = useXor ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in testSimplify()
1347 bool useXor = op ? oppXor : isXor; in debugValidate() local1348 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()