Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRide.cpp6171 int32_t intensityThresholdPositive = 0; in window_ride_graphs_scrollpaint() local
6191 intensityThresholdPositive = (RIDE_G_FORCES_RED_POS_VERTICAL / 8) + 39; in window_ride_graphs_scrollpaint()
6197 intensityThresholdPositive = (RIDE_G_FORCES_RED_LATERAL / 8) + 52; in window_ride_graphs_scrollpaint()
6217 intensityThresholdPositive = widget->height() - intensityThresholdPositive - 13; in window_ride_graphs_scrollpaint()
6240 if (top <= intensityThresholdPositive) in window_ride_graphs_scrollpaint()
6242 … const auto redLineTop = ScreenCoordsXY{ x, std::min(top, intensityThresholdPositive) }; in window_ride_graphs_scrollpaint()
6243 … const auto redLineBottom = ScreenCoordsXY{ x, std::min(bottom, intensityThresholdPositive) }; in window_ride_graphs_scrollpaint()