Lines Matching refs:state
13 PathOpsThreadState& state = *data;
14 state.fKey = "?";
15 int ax = state.fA & 0x03;
16 int ay = state.fA >> 2;
17 int bx = state.fB & 0x03;
18 int by = state.fB >> 2;
19 int cx = state.fC & 0x03;
20 int cy = state.fC >> 2;
46 if (state.fReporter->verbose()) {
55 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding);
57 testSimplify(path, false, out, state, pathStr.c_str());
59 if (state.fReporter->verbose()) {
60 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd);
62 testSimplify(path, true, out, state, pathStr.c_str());