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_locksurface(3) - redhat
sdl_surface(3) - redhat
sdl_blitsurface(3) - suse
sdl_locksurface(3) - suse
sdl.blitsurface(3kaya) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?