Lines Matching refs:state
12 PathOpsThreadState& state = *data;
14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
18 state.fKey = "?";
19 int ax = state.fA & 0x03;
20 int ay = state.fA >> 2;
21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
23 int cx = state.fC & 0x03;
24 int cy = state.fC >> 2;
60 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType);
62 ShowTestName(&state, d, e, f, 0);
63 testSimplify(path, false, out, state, pathStr);
66 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType);
68 ShowTestName(&state, d, e, f, 1);
69 testSimplify(path, true, out, state, pathStr);