Home | History | Annotate | Download | only in tests

Lines Matching refs:state

13     PathOpsThreadState& state = *data;
15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
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;
25 int dx = state.fD & 0x03;
26 int dy = state.fD >> 2;
64 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType);
66 testSimplify(path, false, out, state, pathStr);
69 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType);
71 testSimplify(path, true, out, state, pathStr);