Searched refs:nePixel (Results 1 – 1 of 1) sorted by relevance
383 ScreenCoordinate nePixel = {-INFINITY, -INFINITY}; in cameraForLatLngs() local389 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()