Lines Matching refs:tStep
274 bool binarySearchCoin(SkTSect<OppCurve, TCurve>* , double tStart, double tStep, double* t,
911 double tStep, double* resultT, double* oppT) { in binarySearchCoin() argument
919 SkDEBUGCODE(bool down = tStep < 0); in binarySearchCoin()
922 tStep *= 0.5; in binarySearchCoin()
923 work.fStartT += tStep; in binarySearchCoin()
925 tStep = -tStep; in binarySearchCoin()
951 tStep = -tStep; in binarySearchCoin()
1543 double tStep = tEnd - tStart; in linesIntersect() local
1546 tStep *= 0.5; in linesIntersect()
1547 if (precisely_zero(tStep)) { in linesIntersect()
1550 workT += tStep; in linesIntersect()
1558 if ((perpS.dot(perpW) >= 0) == (tStep < 0)) { in linesIntersect()
1559 tStep = -tStep; in linesIntersect()