Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Doutputcontext.h70 int rightEdge() { return _rightEdge; } in rightEdge()
72 void setRightEdge(int coord) { _rightEdge = coord; } in setRightEdge()
74 void moveRightEdge(int amount) { _rightEdge += amount; } in moveRightEdge()
75 int width() { return _rightEdge - _leftEdge + 1; } in width()
76 void setWidth(int newWidth) { _rightEdge = _leftEdge + newWidth - 1; } in setWidth()
84 int _leftEdge, _rightEdge;
H A Doutputcontext.cpp24 _rightEdge = 71; in OutputContext()
39 _rightEdge = other._rightEdge; in initWith()
71 bool fits = (_cursor == _leftEdge) || (_cursor + int(str.size()) - 1 <= _rightEdge); in roomFor()
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/
H A Dvideo.cpp140 _rightEdge = false; in VideoRoom()
361 bool wasEdge = _leftEdge || _rightEdge; in computeHotZone()
363 _rightEdge = false; in computeHotZone()
387 _rightEdge = (mousePos.x > 620) && _pan < 640; in computeHotZone()
388 if ((!wasEdge && (_leftEdge || _rightEdge))) in computeHotZone()
441 } else if (_rightEdge && _pannable) { in nextFrame()
450 if (_rightEdge && (time > _edgeStartTime + 2000) && _panSpeed == 0 && _pannable && _mouseEnabled) { in nextFrame()
H A Dvideo.h381 bool _rightEdge; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_scenes2.h723 SceneObject _rightEdge; variable
H A Dringworld2_scenes2.cpp4978 _rightEdge.setup(2900, 6, 1, 280, 0, 25); in postInit()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_scenes2.h723 SceneObject _rightEdge; variable
H A Dringworld2_scenes2.cpp4978 _rightEdge.setup(2900, 6, 1, 280, 0, 25); in postInit()