Lines Matching refs:tStep
260 bool binarySearchCoin(SkTSect<OppCurve, TCurve>* , double tStart, double tStep, double* t,
876 double tStep, double* resultT, double* oppT) { in binarySearchCoin() argument
883 SkDEBUGCODE(bool down = tStep < 0); in binarySearchCoin()
886 tStep *= 0.5; in binarySearchCoin()
887 work.fStartT += tStep; in binarySearchCoin()
889 tStep = -tStep; in binarySearchCoin()
914 tStep = -tStep; in binarySearchCoin()
1460 double tStep = tEnd - tStart; in linesIntersect() local
1463 tStep *= 0.5; in linesIntersect()
1464 if (precisely_zero(tStep)) { in linesIntersect()
1467 workT += tStep; in linesIntersect()
1474 if ((perpS.dot(perpW) >= 0) == (tStep < 0)) { in linesIntersect()
1475 tStep = -tStep; in linesIntersect()