debian man page for sdl_stretchsurfacerect

Query: sdl_stretchsurfacerect

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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_locksurface(3) - debian
sdl_locksurface(3) - suse
sdl_surface(3) - suse
sdl_blitsurface(3) - opensolaris
sdl_surface(3) - opensolaris
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?