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