Home
last modified time | relevance | path

Searched defs:copyRectToSurface (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dmanaged_surface.h298 …void copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, int heig… in copyRectToSurface() function
306 …void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Re… in copyRectToSurface() function
H A Dsurface.cpp137 void Surface::copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, … in copyRectToSurface() function in Graphics::Surface
155 void Surface::copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Co… in copyRectToSurface() function in Graphics::Surface
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dmanaged_surface.h294 …void copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, int heig… in copyRectToSurface() function
302 …void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Re… in copyRectToSurface() function
H A Dsurface.cpp137 void Surface::copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, … in copyRectToSurface() function in Graphics::Surface
155 void Surface::copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Co… in copyRectToSurface() function in Graphics::Surface
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dmanaged_surface.h521 …void copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, int heig… in copyRectToSurface() function
530 …void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Re… in copyRectToSurface() function
H A Dsurface.cpp139 void Surface::copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, … in copyRectToSurface() function in Graphics::Surface
157 void Surface::copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Co… in copyRectToSurface() function in Graphics::Surface
/dports/games/scummvm/scummvm-2.5.1/graphics/opengl/
H A Dtiledsurface.cpp60 void TiledSurface::copyRectToSurface(const void *src, int srcPitch, int x, int y, int w, int h) { in copyRectToSurface() function in OpenGL::TiledSurface
/dports/games/residualvm/residualvm-0.3.1/graphics/opengl/
H A Dtiledsurface.cpp60 void TiledSurface::copyRectToSurface(const void *src, int srcPitch, int x, int y, int w, int h) { in copyRectToSurface() function in OpenGL::TiledSurface
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dscreen.cpp64 void Screen::copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY) { in copyRectToSurface() function in Dragons::Screen
68 void Screen::copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Com… in copyRectToSurface() function in Dragons::Screen
145 void Screen::copyRectToSurface(const void *buffer, int srcPitch, int srcWidth, int srcXOffset, int … in copyRectToSurface() function in Dragons::Screen
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsurface_manager.cpp340 static void copyRectToSurface(void *dstBuffer, const void *srcBuffer, int32 srcPitch, int32 dstPitc… in copyRectToSurface() function
367 static void copyRectToSurface(Graphics::Surface *dstSurface, Graphics::Surface *srcSurface, in copyRectToSurface() function
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/
H A Dlibretro_os.cpp240 static INLINE void copyRectToSurface(uint8_t *pixels, int out_pitch, const uint8_t *src, int pitch,… in copyRectToSurface() function