1SDL_DisplayYUVOverlay(3)       SDL API Reference      SDL_DisplayYUVOverlay(3)
2
3
4

NAME

6       SDL_DisplayYUVOverlay - Blit the overlay to the display
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
12

DESCRIPTION

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

RETURN VALUES

20       Returns 0 on success
21

SEE ALSO

23       SDL_Overlay, SDL_CreateYUVOverlay
24
25
26
27SDL                         Tue 11 Sep 2001, 23:01    SDL_DisplayYUVOverlay(3)
Impressum