Lines Matching defs:state
20 PathOpsThreadState& state = *data;
30 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC),
31 state.fD ? SkPathDirection::kCW : SkPathDirection::kCCW);
36 if (state.fReporter->verbose()) {
43 pathStr.appendf(" path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB,
44 state.fC, state.fD ? "SkPathDirection::kCW" : "SkPathDirection::kCCW");
53 state.outputProgress(pathStr.c_str(), (SkPathOp) op);
57 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) {
58 if (state.fReporter->verbose()) {