Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DTouchDevice.cpp167 float ref0x = _gui->getStage()->getStageWidth() / 5 * 1; in apply_ts_calibration()
169 float ref1x = _gui->getStage()->getStageWidth() / 5 * 4; in apply_ts_calibration()
172 float ref2x = _gui->getStage()->getStageWidth() / 5 * 4; in apply_ts_calibration()
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dscene.h73 uint16 getStageWidth();
H A Dscene.cpp431 uint16 Scene::getStageWidth() { in getStageWidth() function in Dragons::Scene
H A Ddragons.cpp1579 if (_scene->getStageWidth() < _scene->_camera.x + 0x140) { in updateCamera()
1580 _scene->_camera.x = _scene->getStageWidth() - 0x140; in updateCamera()
H A Dactor.cpp546 uint16 width = getEngine()->_scene->getStageWidth(); in canWalkLine()
H A Dspecialopcodes.cpp987 while (iVar1 <= (_vm->_scene->getStageWidth() - 320)) { in panCamera()
993 _vm->_scene->_camera.x = _vm->_scene->getStageWidth() - 320; in panCamera()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DStage_as.cpp153 return as_value(m.getStageWidth()); in stage_width()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/fb/
H A Dfb.cpp757 getStage()->getStageWidth(), in checkForData()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dmovie_root.h255 size_t getStageWidth() const;
H A Dmovie_root.cpp1197 movie_root::getStageWidth() const in getStageWidth() function in gnash::movie_root