Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h260 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()
[all …]