Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp693 ScreenCoordinate flippedPoint = point; in screenCoordinateToLatLng() local
694 flippedPoint.y = state.size.height - flippedPoint.y; in screenCoordinateToLatLng()
695 return state.screenCoordinateToLatLng(flippedPoint).wrapped(); in screenCoordinateToLatLng()