Lines Matching refs:start
164 const SkOpPtT* start = &fPtT;
166 const SkOpPtT* walk = start;
171 while ((walk = walk->next()) != start) {
186 startNext = start->next();
192 const SkOpPtT* start = &fPtT;
194 SkOPASSERT(start != check);
195 const SkOpPtT* walk = start;
196 while ((walk = walk->next()) != start) {
205 const SkOpPtT* start = &fPtT;
206 const SkOpPtT* walk = start;
207 while ((walk = walk->next()) != start) {
420 const SkOpPtT* start = base->ptT()->starter(spanEnd->ptT());
421 FAIL_IF(!start->span()->upCastable());
422 span = const_cast<SkOpSpan*>(start->span()->upCast());