Searched refs:useXor (Results 1 – 3 of 3) sorted by relevance
351 bool useXor = op ? oppXor : isXor; in debugValidate() local352 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()
42 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
414 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() argument416 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify()