Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp923 double wrapRight = 0.0; in operator |=() local
929 wrapRight = right1; in operator |=()
934 wrapRight = right2; in operator |=()
940 bool joinWrapRight = (nonWrapLeft <= wrapRight); in operator |=()
944 right = wrapRight; in operator |=()
952 right = wrapRight; in operator |=()
959 double wrapRightDistance = nonWrapLeft - wrapRight; in operator |=()
967 right = wrapRight; in operator |=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene_p_p.h81 , wrapRight(new QGeoTiledMapTileContainerNode()) in QGeoTiledMapRootNode()
87 root->appendChildNode(wrapRight); in QGeoTiledMapRootNode()
121 …QGeoTiledMapTileContainerNode *wrapRight; // When zoomed out, the tiles that wrap around on the… variable
H A Dqgeotiledmapscene.cpp619 for (const QGeoTileSpec &s : mapRoot->wrapRight->tiles.keys()) in updateSceneGraph()
620 delete mapRoot->wrapRight->tiles.take(s); in updateSceneGraph()
636 if (mapRoot->wrapRight->tiles.contains(s)) in updateSceneGraph()
637 delete mapRoot->wrapRight->tiles.take(s); in updateSceneGraph()
666 mapRoot->updateTiles(mapRoot->wrapRight, d, -sideLength, window, isOpenGL); in updateSceneGraph()