Lines Matching defs:start
956 do { // iterate through all spans associated with start
1069 do { // iterate through all spans associated with start
1232 This checks the distance between start points; the distance between
1239 double testStartT = test->start()->t();
1251 double nextStartT = next->start()->t();
1336 const SkOpSpan* minSpan = next->start()->starter(next->end());
1429 const SkOpSpan* start = coinPtTStart()->span()->upCast();
1430 const SkOpSpan* prev = start->prev();
1435 double midT = (prev->t() + start->t()) / 2;
1624 const SkOpSpanBase* start = startPtT->span();
1629 FAIL_IF(!start->upCastable(), coin);
1630 const SkOpSpanBase* test = start->upCast()->next();
1634 const SkOpSegment* seg = start->segment();
1678 test = start;
2032 const SkOpSpan* start = coin->coinPtTStartWritable()->span()->upCast();
2033 // SkASSERT(start->deleted());
2047 start->debugInsertCoincidence(log, oStart->upCast());
2049 const SkOpSegment* segment = start->segment();
2051 const SkOpSpanBase* next = start;
2652 const SkOpPtT* start = base->ptT()->starter(spanEnd->ptT());
2653 FAIL_IF(!start->span()->upCastable(), this);
2654 span = const_cast<SkOpSpan*>(start->span()->upCast());