1SDL_DisplayYUVOverlay(3) SDL API Reference SDL_DisplayYUVOverlay(3)
2
3
4
6 SDL_DisplayYUVOverlay - Blit the overlay to the display
7
9 #include "SDL.h"
10
11 int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
12
14 Blit the overlay to the surface specified when it was created. The
15 SDL_Rect structure, dstrect, specifies the position and size of the
16 destination. If the dstrect is a larger or smaller than the overlay
17 then the overlay will be scaled, this is optimized for 2x scaling.
18
20 Returns 0 on success
21
23 SDL_Overlay, SDL_CreateYUVOverlay
24
25
26
27SDL Tue 11 Sep 2001, 23:01 SDL_DisplayYUVOverlay(3)