Home
last modified time | relevance | path

Searched refs:foundEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp536 const SkOpPtT* foundEnd = nullptr; in TRange() local
553 foundEnd = work->ptT(); in TRange()
562 double denom = foundEnd->fT - foundStart->fT; in TRange()
DSkPathOpsTSect.cpp367 bool foundEnd = false; in removeBounded() local
373 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
377 if (!foundStart || !foundEnd) { in removeBounded()