Searched refs:wrapRight (Results 1 – 3 of 3) sorted by relevance
923 double wrapRight = 0.0; in operator |=() local929 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 |=()
81 , 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
619 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()