Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp789 double yPrevious = polygon.at(iPrev).get(1); in tilesFromPolygon() local
792 if ((x2 > x1) && (yPrevious > y1)) { in tilesFromPolygon()
795 } else if ((x2 < x1) && (yPrevious < y1)) { in tilesFromPolygon()