From 9d6e398e74348d397e99915b20d96cd06e69ed15 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 30 Jan 2011 20:36:17 +0000 Subject: SWORD25: Added alternative code for video frame blitting (currently disabled) svn-id: r55664 --- engines/sword25/gfx/image/renderedimage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sword25/gfx/image/renderedimage.h') diff --git a/engines/sword25/gfx/image/renderedimage.h b/engines/sword25/gfx/image/renderedimage.h index a9f2f1823c..0375c7acbe 100644 --- a/engines/sword25/gfx/image/renderedimage.h +++ b/engines/sword25/gfx/image/renderedimage.h @@ -72,6 +72,8 @@ public: return GraphicEngine::CF_ARGB32; } + void copyDirectly(int posX, int posY); + virtual bool blit(int posX = 0, int posY = 0, int flipping = Image::FLIP_NONE, Common::Rect *pPartRect = NULL, @@ -105,6 +107,7 @@ public: } static Graphics::Surface *scale(const Graphics::Surface &srcImage, int xSize, int ySize); + private: byte *_data; int _width; -- cgit v1.2.3