From c9f8bba932022ffd90031713c51861587f86b244 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Dec 2013 23:06:17 +0300 Subject: Add cached draw methods into renderers. --- src/render/sdl2softwaregraphics.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/render/sdl2softwaregraphics.h') diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 609ef6cf5..ab9fb7ce4 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -145,6 +145,15 @@ class SDL2SoftwareGraphics final : public Graphics const int width, const int height, const bool useColor) override final; + void drawImageCached(const Image *const image, + int x, int y) override final; + + void drawPatternCached(const Image *const image, + const int x, const int y, + const int w, const int h) override final; + + void completeCache() override final; + protected: int SDL_FakeUpperBlit(const SDL_Surface *const src, SDL_Rect *const srcrect, -- cgit v1.2.3-60-g2f50