Home
last modified time | relevance | path

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

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