Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DBullet.h50 inline FixPoint getRealY() const { return realY; } in getRealY() function
H A DObjectBase.h167 inline FixPoint getRealY() const { return realY; } in getRealY() function
/dports/games/manaplus/manaplus-2.1.3.17/src/input/
H A Dmouseinput.h170 int getRealY() const noexcept2 A_WARN_UNUSED in getRealY() function
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/
H A DPlot.class.php1022 $min = $this->getRealY('min', $axis);
1023 $max = $this->getRealY('max', $axis);
1046 $min = $this->getRealY('min', $axis);
1047 $max = $this->getRealY('max', $axis);
1058 private function getRealY($type, $axis) { function in awPlotGroup
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/
H A DPlot.class.php1018 $min = $this->getRealY('min', $axis);
1019 $max = $this->getRealY('max', $axis);
1042 $min = $this->getRealY('min', $axis);
1043 $max = $this->getRealY('max', $axis);
1054 function getRealY($type, $axis) { function in awPlotGroup
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DObjectBase.cpp327 Coord position = Coord(lround(getRealX()), lround(getRealY())); in isOnScreen()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/
H A Dgui.cpp1049 mLastMouseRealY = mouseInput.getRealY(); in handleMouseInput()