Name
SDL_DisplayYUVOverlay -- Blit the overlay to the display
Synopsis
uses
SDL;
function SDL_DisplayYUVOverlay( Overlay : PSDL_Overlay; dstrect
: PSDL_Rect ) : Integer;
Description
Blit the overlay to the surface specified
when it was created. The
TSDL_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.