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)NAMESDL_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);DESCRIPTIONNOTE: 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_blitsurface(3) - debian |
sdl_blitsurface(3) - centos |
sdl_locksurface(3) - centos |
sdl_surface(3) - suse |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Find columns in a file based on header and print to new file |
Weird 'find' results |