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