Lines Matching defs:state
79 PathOpsThreadState& state = *data;
80 REPORTER_ASSERT(state.fReporter, data);
81 int ax = state.fA & 0x03;
82 int ay = state.fA >> 2;
83 int bx = state.fB & 0x03;
84 int by = state.fB >> 2;
85 int cx = state.fC & 0x03;
86 int cy = state.fC >> 2;
106 testLineIntersect(state.fReporter, quad, line, x, y);
107 state.fReporter->bumpTestCount();
109 testLineIntersect(state.fReporter, quad, line2, x, y);
110 state.fReporter->bumpTestCount();
112 testLineIntersect(state.fReporter, quad, line3, x, y);
113 state.fReporter->bumpTestCount();