Home
last modified time | relevance | path

Searched refs:centerPixel (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 Dmap.cpp409 ScreenCoordinate centerPixel = nePixel + swPixel; in cameraForLatLngs() local
418 centerPixel = centerPixel + paddedNEPixel - paddedSWPixel; in cameraForLatLngs()
419 centerPixel /= 2.0; in cameraForLatLngs()
422 centerPixel.y = viewportHeight - centerPixel.y; in cameraForLatLngs()
424 options.center = transform.screenCoordinateToLatLng(centerPixel); in cameraForLatLngs()