diff options
author | Marisa-Chan | 2013-11-24 14:48:45 +0000 |
---|---|---|
committer | Marisa-Chan | 2013-11-24 14:48:45 +0000 |
commit | 4cb006f2602199a3f201f918392f3e66a385df0e (patch) | |
tree | 464013c734e764bc8031875a652bd63cc528dc57 /engines/zvision/render_manager.h | |
parent | f877410feef2e0030dd6c0664d615cc86118ca29 (diff) | |
download | scummvm-rg350-4cb006f2602199a3f201f918392f3e66a385df0e.tar.gz scummvm-rg350-4cb006f2602199a3f201f918392f3e66a385df0e.tar.bz2 scummvm-rg350-4cb006f2602199a3f201f918392f3e66a385df0e.zip |
ZVISION: Animation nodes now scaleable.
Diffstat (limited to 'engines/zvision/render_manager.h')
-rw-r--r-- | engines/zvision/render_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |