Home
last modified time | relevance | path

Searched refs:_yp (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_talk.cpp219 screen.print(Common::Point(16, _yp), TALK_FOREGROUND, "%s", in talkInterface()
222 screen.gPrint(Common::Point(16, _yp - 1), TALK_FOREGROUND, "%s", in talkInterface()
227 _yp += 9; in talkInterface()
261 screen.print(Common::Point(16, _yp), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
263 screen.gPrint(Common::Point(16, _yp - 1), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
268 screen.print(Common::Point(16, _yp), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
270 screen.gPrint(Common::Point(16, _yp - 1), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
282 _yp += 9; in talkInterface()
311 _yp = CONTROLS_Y + 12; in cmdSwitchSpeaker()
392 _yp = CONTROLS_Y + 12; in cmdClearWindow()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_talk.cpp223 screen.print(Common::Point(16, _yp), TALK_FOREGROUND, "%s", in talkInterface()
226 screen.gPrint(Common::Point(16, _yp - 1), TALK_FOREGROUND, "%s", in talkInterface()
231 _yp += 9; in talkInterface()
265 screen.print(Common::Point(16, _yp), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
267 screen.gPrint(Common::Point(16, _yp - 1), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
272 screen.print(Common::Point(16, _yp), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
274 screen.gPrint(Common::Point(16, _yp - 1), COMMAND_FOREGROUND, "%s", lineStr.c_str()); in talkInterface()
286 _yp += 9; in talkInterface()
315 _yp = CONTROLS_Y + 12; in cmdSwitchSpeaker()
396 _yp = CONTROLS_Y + 12; in cmdClearWindow()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mortevielle/
H A Dgraphics.cpp110 _yp = READ_BE_UINT16(p + 6); in decode()
111 if (_yp < _offset.y) in decode()
112 _offset.y = _yp; in decode()
138 _yp = READ_BE_UINT16(pSrc + 6) - _offset.y; in decode()
139 assert((_xp >= 0) && (_yp >= 0) && (_xp < SCREEN_WIDTH) && (_yp < SCREEN_ORIG_HEIGHT)); in decode()
229 pDest = &outputBuffer[_yp * DEFAULT_WIDTH + _xp]; in decode()
242 pDest = &outputBuffer[_yp * DEFAULT_WIDTH + _xp]; in decode()
417 entryIndex + 1, _xp, _yp, w, h, decomIndex); in decode()
437 if (!_yp) in majTtxTty()
H A Dgraphics.h53 int _xp, _yp;
/dports/games/scummvm/scummvm-2.5.1/engines/mortevielle/
H A Dgraphics.cpp110 _yp = READ_BE_UINT16(p + 6); in decode()
111 if (_yp < _offset.y) in decode()
112 _offset.y = _yp; in decode()
138 _yp = READ_BE_UINT16(pSrc + 6) - _offset.y; in decode()
139 assert((_xp >= 0) && (_yp >= 0) && (_xp < SCREEN_WIDTH) && (_yp < SCREEN_ORIG_HEIGHT)); in decode()
229 pDest = &outputBuffer[_yp * DEFAULT_WIDTH + _xp]; in decode()
242 pDest = &outputBuffer[_yp * DEFAULT_WIDTH + _xp]; in decode()
417 entryIndex + 1, _xp, _yp, w, h, decomIndex); in decode()
437 if (!_yp) in majTtxTty()
H A Dgraphics.h53 int _xp, _yp;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dtattoo_scene.cpp45 int _yp; member
49 _shape(nullptr), _person(person), _yp(yp), _isAnimation(false), _ordering(ordering) {} in ShapeEntry()
51 _shape(shape), _person(nullptr), _yp(yp), _isAnimation(false), _ordering(ordering) {} in ShapeEntry()
53 _shape(nullptr), _person(nullptr), _yp(yp), _isAnimation(true), _ordering(ordering) {} in ShapeEntry()
60 return s1._yp < s2._yp || (s1._yp == s2._yp && s1._ordering < s2._ordering); in sortImagesY()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dtattoo_scene.cpp45 int _yp; member
49 _shape(nullptr), _person(person), _yp(yp), _isAnimation(false), _ordering(ordering) {} in ShapeEntry()
51 _shape(shape), _person(nullptr), _yp(yp), _isAnimation(false), _ordering(ordering) {} in ShapeEntry()
53 _shape(nullptr), _person(nullptr), _yp(yp), _isAnimation(true), _ordering(ordering) {} in ShapeEntry()
60 return s1._yp < s2._yp || (s1._yp == s2._yp && s1._ordering < s2._ordering); in sortImagesY()
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dobjects.h69 int _yp; member
115 int _yp; member
H A Dobjects.cpp579 bob._yp = 0; in resetBob()
785 int newY = bob->_yp - deltaY; in initBobVariables()
1160 _vm->_graphicsMan->addDirtyRect(vbob->_xp, vbob->_yp, vbob->_xp + width, height + vbob->_yp); in displayVBob()
1166 vbob->_yp = 0; in displayVBob()
1192 vbob->_oldY = vbob->_yp; in displayVBob()
1222 _vm->_graphicsMan->addDirtyRect(vbob->_xp, vbob->_yp , vbob->_xp + width, vbob->_yp + height); in displayVBob()
2800 vbob->_yp = yp; in initVbob()
2811 vbob->_oldY = vbob->_yp; in initVbob()
2815 vbob->_yp = yp; in initVbob()
4052 vbob->_yp = 0; in initVBob()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dobjects.h69 int _yp; member
115 int _yp; member
H A Dobjects.cpp579 bob._yp = 0; in resetBob()
785 int newY = bob->_yp - deltaY; in initBobVariables()
1160 _vm->_graphicsMan->addDirtyRect(vbob->_xp, vbob->_yp, vbob->_xp + width, height + vbob->_yp); in displayVBob()
1166 vbob->_yp = 0; in displayVBob()
1192 vbob->_oldY = vbob->_yp; in displayVBob()
1222 _vm->_graphicsMan->addDirtyRect(vbob->_xp, vbob->_yp , vbob->_xp + width, vbob->_yp + height); in displayVBob()
2796 vbob->_yp = yp; in initVbob()
2807 vbob->_oldY = vbob->_yp; in initVbob()
2811 vbob->_yp = yp; in initVbob()
4025 vbob->_yp = 0; in initVBob()
[all …]
/dports/math/maxima/maxima-5.43.2/share/contrib/odes/
H A Dodes.mac238 odeL(eq,y,x):=block([n,_yp,gamma_expand,i,_Y,_C],
242 _yp:partsol(eq,y,x),
244 y=_C._Y+_yp)$
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi_main.cxx2644 int _yp = fsq_lower_right->y(); in create_fl_digi_main_primary() local
2648 _xp, _yp, bw2, bh, "FSQ-ON"); in create_fl_digi_main_primary()
2657 _xp, _yp, bw2, bh, "ACTIVE"); in create_fl_digi_main_primary()
2664 _yp += bh; in create_fl_digi_main_primary()
2667 _xp, _yp, bw4, bh, "MON"); in create_fl_digi_main_primary()
2676 _xp, _yp, bw4, bh, "QTH"); in create_fl_digi_main_primary()
2683 _xp, _yp, bw4, bh, "QTC"); in create_fl_digi_main_primary()
2690 _xp, _yp, bw4, bh, "CQ"); in create_fl_digi_main_primary()
2695 _yp += (bh + 1); in create_fl_digi_main_primary()
2703 _yp += 8; in create_fl_digi_main_primary()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_logic.cpp2380 _initial = _xStart = _yp = 0; in Slider()
2390 s.syncAsSint16LE(_yp); in synchronize()
2415 setPosition(Common::Point(_xStart, _yp)); in process()
2417 setPosition(Common::Point(_xStart + _width, _yp)); in process()
2419 setPosition(Common::Point(event.mousePos.x, _yp)); in process()
2434 setPosition(Common::Point(_xStart + ((_width * newFrequency) / (_xInc - 1)), _yp)); in update()
2462 _yp = yp; in setup()
H A Dringworld2_scenes0.cpp2187 scene->_yp += scene->_fontHeight; in signal()
2213 scene->_yp += scene->_fontHeight; in signal()
2225 scene->_yp += scene->_fontHeight; in signal()
2239 scene->_yp += scene->_fontHeight; in signal()
2253 scene->_yp += scene->_fontHeight; in signal()
2267 scene->_yp += scene->_fontHeight; in signal()
2281 scene->_yp += scene->_fontHeight; in signal()
2295 scene->_yp += scene->_fontHeight; in signal()
2309 scene->_yp += scene->_fontHeight; in signal()
2351 _yp = 0; in Scene205()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_logic.cpp2380 _initial = _xStart = _yp = 0; in Slider()
2390 s.syncAsSint16LE(_yp); in synchronize()
2415 setPosition(Common::Point(_xStart, _yp)); in process()
2417 setPosition(Common::Point(_xStart + _width, _yp)); in process()
2419 setPosition(Common::Point(event.mousePos.x, _yp)); in process()
2434 setPosition(Common::Point(_xStart + ((_width * newFrequency) / (_xInc - 1)), _yp)); in update()
2462 _yp = yp; in setup()
H A Dringworld2_scenes0.cpp2195 scene->_yp += scene->_fontHeight; in signal()
2221 scene->_yp += scene->_fontHeight; in signal()
2233 scene->_yp += scene->_fontHeight; in signal()
2247 scene->_yp += scene->_fontHeight; in signal()
2261 scene->_yp += scene->_fontHeight; in signal()
2275 scene->_yp += scene->_fontHeight; in signal()
2289 scene->_yp += scene->_fontHeight; in signal()
2303 scene->_yp += scene->_fontHeight; in signal()
2317 scene->_yp += scene->_fontHeight; in signal()
2359 _yp = 0; in Scene205()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dtalk.h187 int _yp; variable
H A Dtalk.cpp122 _yp = 0; in Talk()
671 _yp = CONTROLS_Y + 12; in doScript()
673 _yp = (_talkTo == -1) ? 5 : screen.fontHeight() + 11; in doScript()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dtalk.h187 int _yp; variable
H A Dtalk.cpp124 _yp = 0; in Talk()
688 _yp = CONTROLS_Y + 12; in doScript()
690 _yp = (_talkTo == -1) ? 5 : screen.fontHeight() + 11; in doScript()
/dports/astro/py-pyerfa/pyerfa-2.0.0/erfa/
H A Dufunc.c571 double (*_yp); in ufunc_loop_apco() local
648 double (*_yp); in ufunc_loop_apco13() local
830 double (*_yp); in ufunc_loop_apio() local
890 double (*_yp); in ufunc_loop_apio13() local
1285 double (*_yp); in ufunc_loop_atco13() local
1505 double (*_yp); in ufunc_loop_atio13() local
1636 double (*_yp); in ufunc_loop_atoc13() local
1719 double (*_yp); in ufunc_loop_atoi13() local
2144 double (*_yp); in ufunc_loop_pvtob() local
2974 double (*_yp); in ufunc_loop_c2t00a() local
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/widgets/
H A Ddesktop-widget.h107 int _yp = 0; ///< y coordinate for start of drag variable
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortionModel.cpp262 , _yp(yp) in DistortionModelPFBarrel()
290 double centy = _yp * _fh * _normx / _squeeze; in undistort()

123