34 static void flipWithZoom(SDL_Surface *src, SDL_Surface *dst,
int topBlackBand,
int bottomBlackBand,
int leftBlackBand,
int rightBlackBand,
OpenGL *glOut);
36 static int _zoomSurfaceY(SDL_Surface * src, SDL_Surface * dst,
int flipx,
int flipy);
static int _zoomSurfaceY(SDL_Surface *src, SDL_Surface *dst, int flipx, int flipy)
Copy src to dst, resizing as needed. Please don't use flipx or flipy as the optimized functions ignor...
Definition: Zoom.cpp:694
static bool haveSSE2()
Check for SSE2 instructions using CPUID.
static void flipWithZoom(SDL_Surface *src, SDL_Surface *dst, int topBlackBand, int bottomBlackBand, int leftBlackBand, int rightBlackBand, OpenGL *glOut)
Flip screen given src and dst; might use software or OpenGL.
Definition: Zoom.cpp:642