Lines Matching refs:state
13 PathOpsThreadState& state = *data;
14 int ax = state.fA & 0x03;
15 int ay = state.fA >> 2;
16 int bx = state.fB & 0x03;
17 int by = state.fB >> 2;
18 int cx = state.fC & 0x03;
19 int cy = state.fC >> 2;
29 if (state.fD && (ex - dx) * (fy - dy)
43 if (state.fReporter->verbose()) {
52 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding);
54 testSimplify(path, false, out, state, pathStr.c_str());
56 if (state.fReporter->verbose()) {
57 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd);
59 testSimplify(path, true, out, state, pathStr.c_str());