sdl_stretchsurfacerect(3) debian man page | unix.com

Man Page: sdl_stretchsurfacerect

Operating Environment: debian

Section: 3

SDL_STRETCHSURFACERE(3) 					   Manual Pages 					   SDL_STRETCHSURFACERE(3)

NAME
SDL_StretchSurfaceRect - Perform a stretch blit between two surfaces of the same format.
SYNOPSIS
#include <SDL_stretch.h> extern DECLSPEC int SDL_StretchSurfaceRect(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);
DESCRIPTION
NOTE: The SDL_StretchSurfaceRect function is not safe to call from multiple threads! The SDL_StretchSurfaceRect function will stretch a srcrect smoothly to the full area of the dst surface. If no srcrect is given then the full area of the src surface is stretched smoothly to the full dst surface. The dstrect is ignored always. The SDL_StretchSurfaceRect function will also watch for a clip rectangle on the src surface. This may speed up handling in your programs by creating a larger src surface with an associated viewframe, and the srcrect argument needs not be recomputed. SDL_stretch 0.3.1 SDL_STRETCHSURFACERE(3)
Related Man Pages
sdl_blitsurface(3) - redhat
sdl_blitsurface(3) - suse
sdl_locksurface(3) - suse
sdl_blitsurface(3) - opensolaris
sdl_surface(3) - opensolaris
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?