Lines Matching defs:check
147 SkCoincidentSpans* check = this->fTop;
149 if (check->fCoinPtTStart->span() == over1s->span()
150 && check->fOppPtTStart->span() == outer->fOppPtTStart->span()) {
151 SkASSERT(check->fCoinPtTEnd->span() == over1e->span()
153 SkASSERT(check->fOppPtTEnd->span() == outer->fOppPtTEnd->span()
157 if (check->fCoinPtTStart->span() == outer->fCoinPtTStart->span()
158 && check->fOppPtTStart->span() == over1s->span()) {
159 SkASSERT(check->fCoinPtTEnd->span() == outer->fCoinPtTEnd->span()
161 SkASSERT(check->fOppPtTEnd->span() == over1e->span()
165 } while ((check = check->fNext));
183 SkCoincidentSpans* check = this->fTop;
185 const SkOpSegment* checkCoinSeg = check->fCoinPtTStart->segment();
189 const SkOpSegment* checkOppSeg = check->fOppPtTStart->segment();
202 int tweenCount = (int) between(check->fCoinPtTStart->fT, cTs, check->fCoinPtTEnd->fT)
203 + (int) between(check->fCoinPtTStart->fT, cTe, check->fCoinPtTEnd->fT)
204 + (int) between(check->fOppPtTStart->fT, oTs, check->fOppPtTEnd->fT)
205 + (int) between(check->fOppPtTStart->fT, oTe, check->fOppPtTEnd->fT);
210 } while ((check = check->fNext));
284 // check to see if outer span overlaps the inner span