Home
last modified time | relevance | path

Searched refs:_startY (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/transport/
H A Dlift_indicator.cpp41 _multiplier(0), _startY(0), _endY(0) { in BEGIN_MESSAGE_MAP()
48 file->writeNumberLine(_startY, indent); in save()
58 _startY = file->readNumber(); in load()
159 _startY = _indicatorPos.y + (int)(_startFrame * multiplier); in PETActivateMsg()
217 debugC(kDebugScripts, "Start %d, End %d", _startY, _endY); in TimerMsg()
219 if (_startY > _endY) { in TimerMsg()
221 --_startY; in TimerMsg()
223 } else if (_startY < _endY) { in TimerMsg()
225 ++_startY; in TimerMsg()
H A Dlift_indicator.h44 int _startY; variable
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/transport/
H A Dlift_indicator.cpp41 _multiplier(0), _startY(0), _endY(0) { in BEGIN_MESSAGE_MAP()
48 file->writeNumberLine(_startY, indent); in save()
58 _startY = file->readNumber(); in load()
159 _startY = _indicatorPos.y + (int)(_startFrame * multiplier); in PETActivateMsg()
217 debugC(kDebugScripts, "Start %d, End %d", _startY, _endY); in TimerMsg()
219 if (_startY > _endY) { in TimerMsg()
221 --_startY; in TimerMsg()
223 } else if (_startY < _endY) { in TimerMsg()
225 ++_startY; in TimerMsg()
H A Dlift_indicator.h44 int _startY; variable
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Classes/
H A DGradientRenderers.cs47 private int _startY; field in Pinta.Core.GradientRenderers.LinearStraight
65 _startY = (int)StartPoint.Y; in BeforeRender()
72 var dy = y - _startY; in ComputeByteLerp()
128 int _startX, _startY; field in Pinta.Core.GradientRenderers.Radial
135 _startY = (int)StartPoint.Y; in BeforeRender()
148 var dy = y - _startY; in ComputeByteLerp()
/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dcell.cpp28 _startX = _startY = _endX = _endY = 255; in CellGame()
49 if (_startY > BOARDSIZE) { in getStartY()
50 warning ("CellGame::getStartY: not calculated yet (%d)!", _startY); in getStartY()
53 return _startY; in getStartY()
550 _startY = _stack_startXY[0] / 7; in chooseBestMove()
H A Dcell.h73 byte _startY; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dcell.cpp28 _startX = _startY = _endX = _endY = 255; in CellGame()
49 if (_startY > BOARDSIZE) { in getStartY()
50 warning ("CellGame::getStartY: not calculated yet (%d)!", _startY); in getStartY()
53 return _startY; in getStartY()
548 _startY = _stack_startXY[0] / 7; in chooseBestMove()
H A Dcell.h73 byte _startY; variable
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DImageSectionEditor.py76 self._startY = None
310 self._startY = None
322 self._startY = cpy
339 deltaY = cpy - self._startY
355 dy = self._startY - cpy
357 dy = cpy - self._startY
454 self._startY = None
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Danimation_tracker.cpp49 _prevX(0), _prevY(0), _prevZ(0), _startX(0), _startY(0), _startZ(0), in AnimationTracker()
94 _startY = _y; in init()
314 _startX, _startY, _startZ, in step()
404 _startX, _startY, _startZ, in step()
H A Danimation_tracker.h132 int32 _startX, _startY, _startZ; variable
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/Magick++/
H A DDrawable.h365 _startY(startY_), in DrawableArc()
391 _startY = startY_; in startY()
395 return _startY; in startY()
436 double _startY; variable
1125 _startY(startY_), in DrawableLine()
1149 _startY = startY_; in startY()
1153 return _startY; in startY()
1176 double _startY; variable
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/Magick++/
H A DDrawable.h377 _startY(startY_), in DrawableArc()
403 _startY = startY_; in startY()
407 return _startY; in startY()
448 double _startY; variable
1022 _startY(startY_), in DrawableLine()
1046 _startY = startY_; in startY()
1050 return _startY; in startY()
1073 double _startY; variable
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DDrawable.h354 _startY(startY_), in DrawableArc()
380 _startY = startY_; in startY()
384 return _startY; in startY()
425 double _startY; variable
1016 _startY(startY_), in DrawableLine()
1040 _startY = startY_; in startY()
1044 return _startY; in startY()
1067 double _startY; variable
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/Magick++/
H A DDrawable.h365 _startY(startY_), in DrawableArc()
391 _startY = startY_; in startY()
395 return _startY; in startY()
436 double _startY; variable
1125 _startY(startY_), in DrawableLine()
1149 _startY = startY_; in startY()
1153 return _startY; in startY()
1176 double _startY; variable
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DDrawable.h354 _startY(startY_), in DrawableArc()
380 _startY = startY_; in startY()
384 return _startY; in startY()
425 double _startY; variable
1016 _startY(startY_), in DrawableLine()
1040 _startY = startY_; in startY()
1044 return _startY; in startY()
1067 double _startY; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dslice_renderer.cpp283 int _startY; member
310 _startY = (int)startScreenY; in setup()
312 _currentY = _startY; in setup()
404 sliceLineIterator._endY - sliceLineIterator._startY); in drawInWorld()
443 int frameY = sliceLineIterator._startY; in drawInWorld()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dslice_renderer.cpp284 int _startY; member
311 _startY = (int)startScreenY; in setup()
313 _currentY = _startY; in setup()
405 sliceLineIterator._endY - sliceLineIterator._startY); in drawInWorld()
444 int frameY = sliceLineIterator._startY; in drawInWorld()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickmultipointtoucharea_p.h129 qreal startY() const { return _startY; } in startY()
176 qreal _startY = 0.0; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickmultipointtoucharea_p.h129 qreal startY() const { return _startY; } in startY()
176 qreal _startY = 0.0; variable
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DAutoScrollChild.jsm17 this._startY = null;
211 this._startY = event.screenY;
300 var y = this.accelerate(this._screenY, this._startY) * timeCompensation;
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DMiniMapView.cpp65 int _startY = _camera->getCenterPosition().y - ((getHeight() / CELL_HEIGHT) / 2); in draw() local
76 int py = _startY; in draw()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DAutoScrollChild.jsm23 this._startY = null;
224 this._startY = event.screenY;
319 var y = this.accelerate(this._screenY, this._startY) * timeCompensation;
/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DAutoScrollChild.jsm23 this._startY = null;
224 this._startY = event.screenY;
319 var y = this.accelerate(this._screenY, this._startY) * timeCompensation;

12