Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml615 var preZoomPoint = 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.cpp1003 const QPointF &preZoomPoint = event->position(); in handleWheelEvent() local
1026 … if (preZoomPoint != postZoomPoint) // need to re-anchor the wheel geoPos to the event position in handleWheelEvent()
1027 m_declarativeMap->alignCoordinateToPoint(wheelGeoPos, preZoomPoint); in handleWheelEvent()