Searched defs:foundEnd (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp532 const SkOpPtT* foundEnd = nullptr; local
549 foundEnd = work->ptT();
558 double denom = foundEnd->fT - foundStart->fT;
H A DSkPathOpsTSect.h721 bool foundEnd = false; local
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
731 if (!foundStart || !foundEnd) {

Completed in 101 milliseconds