From 4cb006f2602199a3f201f918392f3e66a385df0e Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Sun, 24 Nov 2013 14:48:45 +0000 Subject: ZVISION: Animation nodes now scaleable. --- engines/zvision/render_manager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/zvision/render_manager.h') diff --git a/engines/zvision/render_manager.h b/engines/zvision/render_manager.h index c302844117..14ca704ce1 100644 --- a/engines/zvision/render_manager.h +++ b/engines/zvision/render_manager.h @@ -367,6 +367,8 @@ public: */ static Graphics::Surface *tranposeSurface(const Graphics::Surface *surface); + void scaleBuffer(const void *src, void *dst, uint32 srcWidth, uint32 srcHeight, byte bytesPerPixel, uint32 dstWidth, uint32 dstHeight); + private: /** * Renders a subRectangle of an image to the backbuffer. The destinationRect and SubRect -- cgit v1.2.3