Home
last modified time | relevance | path

Searched refs:nePixel (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.cpp383 ScreenCoordinate nePixel = {-INFINITY, -INFINITY}; in cameraForLatLngs() local
389 nePixel.x = std::max(nePixel.x, pixel.x); in cameraForLatLngs()
391 nePixel.y = std::max(nePixel.y, viewportHeight - pixel.y); in cameraForLatLngs()
393 double width = nePixel.x - swPixel.x; in cameraForLatLngs()
394 double height = nePixel.y - swPixel.y; in cameraForLatLngs()
409 ScreenCoordinate centerPixel = nePixel + swPixel; in cameraForLatLngs()