Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml621 var postZoomPoint = map.fromCoordinate(mouseGeoPos, false);
622 var dx = postZoomPoint.x - preZoomPoint.x;
623 var dy = postZoomPoint.y - preZoomPoint.y;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1024 const QPointF &postZoomPoint = m_declarativeMap->fromCoordinate(wheelGeoPos, false); in handleWheelEvent() local
1026 … if (preZoomPoint != postZoomPoint) // need to re-anchor the wheel geoPos to the event position in handleWheelEvent()