Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DViewport.h152 std::optional<CoordsXY> screen_get_map_xy_with_z(const ScreenCoordsXY& screenCoords, int32_t z);
H A DViewport.cpp1852 std::optional<CoordsXY> screen_get_map_xy_with_z(const ScreenCoordsXY& screenCoords, int32_t z) in screen_get_map_xy_with_z() function
1890 auto mapCoords = screen_get_map_xy_with_z(screenCoords, z); in screen_get_map_xy_quadrant_with_z()
1918 auto mapCoords = screen_get_map_xy_with_z(screenCoords, z); in screen_get_map_xy_side_with_z()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp1248 auto coordsAtHeight = screen_get_map_xy_with_z(screenCoords, stationBaseZ); in ride_get_entrance_or_exit_position_from_screen_position()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DTopToolbar.cpp1402 auto coords = screen_get_map_xy_with_z(screenPos, z); in sub_6E1F34_small_scenery()
1628 auto coords = screen_get_map_xy_with_z(screenPos, z); in sub_6E1F34_large_scenery()
H A DRideConstruction.cpp2190 auto mapXYCoords = screen_get_map_xy_with_z(screenCoords, mapZ); in ride_get_place_position_from_screen_position()