Lines Matching defs:state
16 PathOpsThreadState& state = *data;
18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
20 int bx = state.fB & 0x03;
21 int by = state.fB >> 2;
22 int cx = state.fC & 0x03;
23 int cy = state.fC >> 2;
24 int dx = state.fD & 0x03;
25 int dy = state.fD >> 2;
49 if (state.fReporter->verbose()) {
63 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding);
65 testSimplify(path, false, out, state, pathStr.c_str());
67 if (state.fReporter->verbose()) {
68 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd);
70 testSimplify(path, true, out, state, pathStr.c_str());