Searched refs:foundEnd (Results 1 – 2 of 2) sorted by relevance
536 const SkOpPtT* foundEnd = nullptr; in TRange() local553 foundEnd = work->ptT(); in TRange()562 double denom = foundEnd->fT - foundStart->fT; in TRange()
367 bool foundEnd = false; in removeBounded() local373 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()377 if (!foundStart || !foundEnd) { in removeBounded()