Home
last modified time | relevance | path

Searched refs:blitKeyBitmap (Results 1 – 11 of 11) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/graphics/
H A DVectorRenderer.h461 blitKeyBitmap(step.blitSrc, Common::Point(x, y), true); in drawCallback_BITMAP()
512 …virtual void blitKeyBitmap(const Graphics::ManagedSurface *source, const Common::Point &p, bool th…
H A DVectorRendererSpec.h92 …void blitKeyBitmap(const Graphics::ManagedSurface *source, const Common::Point &p, bool themeTrans…
H A DVectorRendererSpec.cpp810 blitKeyBitmap(const Graphics::ManagedSurface *source, const Common::Point &p, bool themeTrans) { in blitKeyBitmap() function in Graphics::VectorRendererSpec
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A DVectorRenderer.h521 virtual void blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r) = 0;
H A DVectorRendererSpec.h96 void blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r);
H A DVectorRendererSpec.cpp855 blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r) { in blitKeyBitmap() function in Graphics::VectorRendererSpec
927 blitKeyBitmap(source, r); in blitKeyBitmapClip()
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A DVectorRenderer.h495 virtual void blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r) = 0;
H A DVectorRendererSpec.h96 void blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r);
H A DVectorRendererSpec.cpp854 blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r) { in blitKeyBitmap() function in Graphics::VectorRendererSpec
926 blitKeyBitmap(source, r); in blitKeyBitmapClip()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A DThemeEngine.cpp1277 _vectorRenderer->blitKeyBitmap(&surface, p, themeTrans); in drawSurface()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DThemeEngine.cpp338 _engine->renderer()->blitKeyBitmap(_bitmap, _area); in drawSelf()