Query: sdl_displayyuvoverlay
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_DisplayYUVOverlay(3) SDL API Reference SDL_DisplayYUVOverlay(3)NAMESDL_DisplayYUVOverlay- Blit the overlay to the displaySYNOPSIS#include "SDL.h" int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);DESCRIPTIONBlit the overlay to the surface specified when it was created. The SDL_Rect structure, dstrect, specifies the position and size of the des- tination. If the dstrect is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling.RETURN VALUESReturns 0 on successSEE ALSOSDL_Overlay, SDL_CreateYUVOverlaySDLTue 11 Sep 2001, 23:01 SDL_DisplayYUVOverlay(3)
Related Man Pages |
---|
sdl_listmodes(3) - opensolaris |
sdl_overlay(3) - opensolaris |
sdl_blitsurface(3) - centos |
sdl_overlay(3) - suse |
sdl_blitsurface(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
Issue with "rsh" on RedHat |
Shopt -s histappend |