Lines Matching defs:work
534 const SkOpSpanBase* work = overS->span();
540 const SkOpPtT* contained = work->contains(coinSeg);
542 if (work->final()) {
547 if (work->t() <= t) {
549 foundStart = work->ptT();
551 if (work->t() >= t) {
553 foundEnd = work->ptT();
556 SkASSERT(work->ptT() != overE);
557 } while ((work = work->upCast()->next()));