Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_DisplayYUVOverlay(3)


SDL_DisplayYUVOverlay

SDL_DisplayYUVOverlay

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO

NAME

SDL_DisplayYUVOverlay− Blit the overlay to the display

SYNOPSIS

#include "SDL.h"

int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);

DESCRIPTION

Blit the overlay to the surface specified when it was created. The SDL_Rect structure, dstrect, specifies the position and size of the destination. If the dstrect is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling.

RETURN VALUES

Returns 0 on success

SEE ALSO

SDL_Overlay, SDL_CreateYUVOverlay



SDL_DisplayYUVOverlay(3)