Searched refs:drawBitsN (Results 1 – 4 of 4) sorted by relevance
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/ |
H A D | charset.h | 131 …virtual void drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte bpp, int drawT… 161 …void drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte bpp, int drawTop, int …
|
H A D | charset.cpp | 868 drawBitsN(dstSurface, dstPtr, charPtr, *_fontPtr, drawTop, origWidth, origHeight); in printCharIntern() 957 drawBitsN(s, dst, _charPtr, *_fontPtr, y, _width, _height); in drawChar() 960 void CharsetRendererClassic::drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte… in drawBitsN() function in Scumm::CharsetRendererClassic 1443 void CharsetRendererTownsClassic::drawBitsN(const Graphics::Surface&, byte *dst, const byte *src, b… in drawBitsN() function in Scumm::CharsetRendererTownsClassic
|
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/ |
H A D | charset.h | 154 …virtual void drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte bpp, int drawT… 184 …void drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte bpp, int drawTop, int …
|
H A D | charset.cpp | 1136 drawBitsN(dstSurface, dstPtr, charPtr, *_fontPtr, drawTop, origWidth, origHeight); in printCharIntern() 1227 drawBitsN(s, dst, _charPtr, *_fontPtr, y, _width, _height); in drawChar() 1230 void CharsetRendererClassic::drawBitsN(const Graphics::Surface &s, byte *dst, const byte *src, byte… in drawBitsN() function in Scumm::CharsetRendererClassic 2246 void CharsetRendererTownsClassic::drawBitsN(const Graphics::Surface&, byte *dst, const byte *src, b… in drawBitsN() function in Scumm::CharsetRendererTownsClassic
|