Home
last modified time | relevance | path

Searched refs:_textSurface (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/asylum/puzzles/
H A Dwritings.cpp45 _textSurface.free(); in ~PuzzleWritings()
68 _textSurface.create(640, 480, Graphics::PixelFormat::createFormatCLUT8()); in init()
89 _textSurface.copyFrom(*getScreen()->getSurface()); in init()
135 …((byte *)_textSurface.getPixels()) + y1 * _textSurface.pitch + x1 * _textSurface.format.bytesPerPi… in update()
136 _textSurface.pitch, x1, y1, (uint16)(x2 - x1), (uint16)(y2 - y1)); in update()
H A Dwritings.h42 Graphics::Surface _textSurface; variable
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dgfx_mac.cpp35 const byte *ts = (byte *)_textSurface.getBasePtr(x * 2, y * 2); in mac_drawStripToScreen()
39 int tsPitch = _textSurface.pitch; in mac_drawStripToScreen()
204 _textSurface.fillRect(Common::Rect(x, y, x + w, y + h), 0); in mac_drawIndy3TextBox()
230 _textSurface.fillRect(Common::Rect(x, y, x + w, y + h), CHARSET_MASK_TRANSPARENCY); in mac_undrawIndy3TextBox()
H A Dgfx.cpp340_textSurface.fillRect(Common::Rect(0, 0, _textSurface.w * _textSurfaceMultiplier, _textSurface.h *… in initScreens()
629 assert(_textSurface.getPixels()); in drawStripToScreen()
672 const void *text = _textSurface.getBasePtr(x * m, y * m); in drawStripToScreen()
705 textPtr += _textSurface.pitch - width * m; in drawStripToScreen()
1094 …fill(mask, _textSurface.pitch, 0, width * _textSurfaceMultiplier, height * _textSurfaceMultiplier,… in restoreBackground()
1107 …fill(mask, _textSurface.pitch, backColor, width * _textSurfaceMultiplier, height * _textSurfaceMul… in restoreBackground()
1177 _townsScreen->fillLayerRect(1, 0, 0, _textSurface.w, _textSurface.h, 0); in clearTextSurface()
1180 fill((byte *)_textSurface.getPixels(), _textSurface.pitch, in clearTextSurface()
1184 CHARSET_MASK_TRANSPARENCY, _textSurface.w, _textSurface.h, _textSurface.format.bytesPerPixel); in clearTextSurface()
1413 …fill(mask, _textSurface.pitch, color, width * _textSurfaceMultiplier, height * _textSurfaceMultipl… in drawBox()
[all …]
H A Dcharset.cpp1089 dstPtr = (byte *)_vm->_textSurface.getPixels(); in printCharIntern()
1118 dstSurface = _vm->_textSurface; in printCharIntern()
1866 _macFonts[_curId].drawChar(&_vm->_textSurface, chr, x + 1, y - 1, 0); in printCharInternal()
1867 _macFonts[_curId].drawChar(&_vm->_textSurface, chr, x - 1, y + 1, 0); in printCharInternal()
1868 _macFonts[_curId].drawChar(&_vm->_textSurface, chr, x + 2, y + 2, 0); in printCharInternal()
1879 _macFonts[_curId].drawChar(&_vm->_textSurface, chr, x + 1, y + 1, 0); in printCharInternal()
1884 _macFonts[_curId].drawChar(&_vm->_textSurface, chr, x, y, 0); in printCharInternal()
2097 s = _vm->_textSurface; in printChar()
2260 int pitch = _vm->_textSurface.pitch - width; in drawBitsN()
2271 dst2 += _vm->_textSurface.pitch; in drawBitsN()
[all …]
H A Dscript_v4.cpp125_textSurface.fillRect(Common::Rect(0, 0, _textSurface.w * _textSurfaceMultiplier, _textSurface.h *… in o4_oldRoomEffect()
H A Dgfx_towns.cpp38 assert(_textSurface.getPixels()); in towns_drawStripToScreen()
42 …const uint8 *src2 = (uint8 *)_textSurface.getBasePtr(srcX * m, (srcY + vs->topline - _screenTop) *… in towns_drawStripToScreen()
51 int sp2 = _textSurface.pitch - width * m; in towns_drawStripToScreen()
86 src2 += _textSurface.pitch; in towns_drawStripToScreen()
H A Dscript_v5.cpp1903_textSurface.fillRect(Common::Rect(0, _virtscr[kMainVirtScreen].topline * _textSurfaceMultiplier, in o5_roomOps()
H A Dscumm.cpp668 _textSurface.free(); in ~ScummEngine()
1538_textSurface.create(_screenWidth * _textSurfaceMultiplier, _screenHeight * _textSurfaceMultiplier,… in setupScumm()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Danimation.cpp86 _textSurface = NULL; in load()
187 _vm->_screen->createSurface(&text->_textSprite, &_textSurface); in openTextObject()
201 if (_textSurface) { in closeTextObject()
229 _vm->_screen->deleteSurface(_textSurface); in closeTextObject()
230 _textSurface = NULL; in closeTextObject()
254 if (text->_textMem && _textSurface) { in drawTextObject()
H A Danimation.h77 byte *_textSurface; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Danimation.cpp86 _textSurface = NULL; in load()
189 _vm->_screen->createSurface(&text->_textSprite, &_textSurface); in openTextObject()
203 if (_textSurface) { in closeTextObject()
231 _vm->_screen->deleteSurface(_textSurface); in closeTextObject()
232 _textSurface = NULL; in closeTextObject()
258 if (text->_textMem && _textSurface) { in drawTextObject()
H A Danimation.h77 byte *_textSurface; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dgfx.cpp340_textSurface.fillRect(Common::Rect(0, 0, _textSurface.w * _textSurfaceMultiplier, _textSurface.h *… in initScreens()
616 assert(_textSurface.getPixels()); in drawStripToScreen()
649 const void *text = _textSurface.getBasePtr(x * m, y * m); in drawStripToScreen()
682 textPtr += _textSurface.pitch - width * m; in drawStripToScreen()
1066 …fill(mask, _textSurface.pitch, 0, width * _textSurfaceMultiplier, height * _textSurfaceMultiplier,… in restoreBackground()
1079 …fill(mask, _textSurface.pitch, backColor, width * _textSurfaceMultiplier, height * _textSurfaceMul… in restoreBackground()
1136 _townsScreen->fillLayerRect(1, 0, 0, _textSurface.w, _textSurface.h, 0); in clearTextSurface()
1139 fill((byte *)_textSurface.getPixels(), _textSurface.pitch, in clearTextSurface()
1143 CHARSET_MASK_TRANSPARENCY, _textSurface.w, _textSurface.h, _textSurface.format.bytesPerPixel); in clearTextSurface()
1368 …fill(mask, _textSurface.pitch, color, width * _textSurfaceMultiplier, height * _textSurfaceMultipl… in drawBox()
[all …]
H A Dcharset.cpp666 …drawBits1(_vm->_textSurface, _left * _vm->_textSurfaceMultiplier, _top * _vm->_textSurfaceMultipli… in printChar()
821 dstPtr = (byte *)_vm->_textSurface.getPixels(); in printCharIntern()
850 dstSurface = _vm->_textSurface; in printCharIntern()
851 …dstPtr = (byte *)_vm->_textSurface.getBasePtr(_left * _vm->_textSurfaceMultiplier, (_top - _vm->_s… in printCharIntern()
1050 …bool scale2x = ((&dest == &_vm->_textSurface) && (_vm->_textSurfaceMultiplier == 2) && !(_sjisCurC… in drawBits1()
1294 s = _vm->_textSurface; in printChar()
1367 drawBits1(_vm->_textSurface, _left, _top, charPtr, drawTop, origWidth, origHeight); in printChar()
1451 …dst = (byte *)_vm->_textSurface.getBasePtr(_left * _vm->_textSurfaceMultiplier, (_top - _vm->_scre… in drawBitsN()
1457 int pitch = _vm->_textSurface.pitch - width; in drawBitsN()
1468 dst2 += _vm->_textSurface.pitch; in drawBitsN()
[all …]
H A Dscript_v4.cpp125_textSurface.fillRect(Common::Rect(0, 0, _textSurface.w * _textSurfaceMultiplier, _textSurface.h *… in o4_oldRoomEffect()
H A Dgfx_towns.cpp38 assert(_textSurface.getPixels()); in towns_drawStripToScreen()
43 uint8 *src2 = (uint8 *)_textSurface.getBasePtr(srcX * m, (srcY + vs->topline - _screenTop) * m); in towns_drawStripToScreen()
50 int sp2 = _textSurface.pitch - width * m; in towns_drawStripToScreen()
70 src2 += _textSurface.pitch; in towns_drawStripToScreen()
H A Dscript_v5.cpp1772_textSurface.fillRect(Common::Rect(0, _virtscr[kMainVirtScreen].topline * _textSurfaceMultiplier, in o5_roomOps()
H A Dscumm.cpp629 _textSurface.free(); in ~ScummEngine()
1363_textSurface.create(_screenWidth * _textSurfaceMultiplier, _screenHeight * _textSurfaceMultiplier,… in setupScumm()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dcore.h632 GfxSurface _textSurface; variable
641 virtual GfxSurface getFrame() { return _textSurface; } in getFrame()
H A Dcore.cpp3189 GfxManager gfxMan(_textSurface); in setup()
3211 _textSurface.create(textRect.width(), textRect.height()); in setup()
3212 _textSurface._transColor = 0xff; in setup()
3213 _textSurface.fillRect(textRect, _textSurface._transColor); in setup()
3235 _textSurface.synchronize(s); in synchronize()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dcore.h634 GfxSurface _textSurface; variable
643 GfxSurface getFrame() override { return _textSurface; } in getFrame()
H A Dcore.cpp3271 GfxManager gfxMan(_textSurface); in setup()
3293 _textSurface.create(textRect.width(), textRect.height()); in setup()
3294 _textSurface._transColor = 0xff; in setup()
3295 _textSurface.fillRect(textRect, _textSurface._transColor); in setup()
3317 _textSurface.synchronize(s); in synchronize()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/blue_force/
H A Dblueforce_scenes0.cpp262 int yp = (scene->_text._textSurface.getBounds().height() == 0) ? _bounds.bottom : _bounds.top; in update()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/blue_force/
H A Dblueforce_scenes0.cpp264 int yp = (scene->_text._textSurface.getBounds().height() == 0) ? _bounds.bottom : _bounds.top; in update()

12