Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp178 double previousT = t; in clipLine() local
204 if (previousT >= 0.0) { //One intersection already hit in clipLine()
205 if (t < previousT) { // Reorder in clipLine()
222 previousT = t; in clipLine()