Penguin
Blame: SDL_DisplayYUVOverlay(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_DisplayYUVOverlay(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_DisplayYUVOverlay
2 !!!SDL_DisplayYUVOverlay
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_DisplayYUVOverlay- Blit the overlay to the display
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __int SDL_DisplayYUVOverlay__(__SDL_Overlay *overlay,
19 SDL_Rect *dstrect__);
20 !!DESCRIPTION
21
22
23 Blit the __overlay__ to the surface specified when it was
24 ''created''. The __SDL_Rect__ structure,
25 __dstrect__, specifies the position and size of the
26 destination. If the __dstrect__ is a larger or smaller
27 than the overlay then the overlay will be scaled, this is
28 optimized for 2x scaling.
29 !!SEE ALSO
30
31
32 __SDL_Overlay__, __SDL_CreateYUVOverlay__
33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.