Home
last modified time | relevance | path

Searched refs:swPixel (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.cpp384 ScreenCoordinate swPixel = {INFINITY, INFINITY}; in cameraForLatLngs() local
388 swPixel.x = std::min(swPixel.x, pixel.x); in cameraForLatLngs()
390 swPixel.y = std::min(swPixel.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()