Searched refs:flippedPoint (Results 1 – 1 of 1) sorted by relevance
693 ScreenCoordinate flippedPoint = point; in screenCoordinateToLatLng() local694 flippedPoint.y = state.size.height - flippedPoint.y; in screenCoordinateToLatLng()695 return state.screenCoordinateToLatLng(flippedPoint).wrapped(); in screenCoordinateToLatLng()