Home
last modified time | relevance | path

Searched refs:ul_offset_y (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp5174 GG::Y_d ul_offset_y = ul.y - center_y; in SetZoom() local
5187 ul_offset_y -= position_center_delta.y; in SetZoom()
5191 ul_offset_y *= (ZoomFactor() / OLD_ZOOM); in SetZoom()
5195 ul_offset_y += position_center_delta.y; in SetZoom()
5225 static_cast<GG::Y>((center_y + ul_offset_y) - ul.y)); in SetZoom()