Home | History | Annotate | Download | only in tests

Lines Matching refs:state

76     PathOpsThreadState& state = *data;
77 REPORTER_ASSERT(state.fReporter, data);
78 int ax = state.fA & 0x03;
79 int ay = state.fA >> 2;
80 int bx = state.fB & 0x03;
81 int by = state.fB >> 2;
82 int cx = state.fC & 0x03;
83 int cy = state.fC >> 2;
101 testLineIntersect(state.fReporter, quad, line, x, y);
102 state.fReporter->bumpTestCount();
104 testLineIntersect(state.fReporter, quad, line2, x, y);
105 state.fReporter->bumpTestCount();
107 testLineIntersect(state.fReporter, quad, line3, x, y);
108 state.fReporter->bumpTestCount();