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
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