, including all inherited members.
| ClearScreen() | CVideo | |
| CVideo() | CVideo | [inline] |
| Depth | CVideo | |
| DrawCircle(Uint32 color, int x, int y, int r) | CVideo | |
| DrawCircleClip(Uint32 color, int x, int y, int r) | CVideo | |
| DrawHLine(Uint32 color, int x, int y, int width) | CVideo | |
| DrawHLineClip(Uint32 color, int x, int y, int width) | CVideo | |
| DrawLine(Uint32 color, int sx, int sy, int dx, int dy) | CVideo | |
| DrawLineClip(Uint32 color, int sx, int sy, int dx, int dy) | CVideo | |
| DrawPixelClip(Uint32 color, int x, int y) | CVideo | |
| DrawRectangle(Uint32 color, int x, int y, int w, int h) | CVideo | |
| DrawRectangleClip(Uint32 color, int x, int y, int w, int h) | CVideo | |
| DrawTransCircle(Uint32 color, int x, int y, int r, unsigned char alpha) | CVideo | |
| DrawTransCircleClip(Uint32 color, int x, int y, int r, unsigned char alpha) | CVideo | |
| DrawTransHLine(Uint32 color, int x, int y, int width, unsigned char alpha) | CVideo | |
| DrawTransHLineClip(Uint32 color, int x, int y, int width, unsigned char alpha) | CVideo | |
| DrawTransLine(Uint32 color, int sx, int sy, int dx, int dy, unsigned char alpha) | CVideo | |
| DrawTransLineClip(Uint32 color, int sx, int sy, int dx, int dy, unsigned char alpha) | CVideo | |
| DrawTransPixelClip(Uint32 color, int x, int y, unsigned char alpha) | CVideo | |
| DrawTransRectangle(Uint32 color, int x, int y, int w, int h, unsigned char alpha) | CVideo | |
| DrawTransRectangleClip(Uint32 color, int x, int y, int w, int h, unsigned char alpha) | CVideo | |
| DrawTransVLine(Uint32 color, int x, int y, int height, unsigned char alpha) | CVideo | |
| DrawTransVLineClip(Uint32 color, int x, int y, int height, unsigned char alpha) | CVideo | |
| DrawVLine(Uint32 color, int x, int y, int height) | CVideo | |
| DrawVLineClip(Uint32 color, int x, int y, int height) | CVideo | |
| FillCircle(Uint32 color, int x, int y, int radius) | CVideo | |
| FillCircleClip(Uint32 color, int x, int y, int radius) | CVideo | |
| FillRectangle(Uint32 color, int x, int y, int w, int h) | CVideo | |
| FillRectangleClip(Uint32 color, int x, int y, int w, int h) | CVideo | |
| FillTransCircle(Uint32 color, int x, int y, int radius, unsigned char alpha) | CVideo | |
| FillTransCircleClip(Uint32 color, int x, int y, int radius, unsigned char alpha) | CVideo | |
| FillTransRectangle(Uint32 color, int x, int y, int w, int h, unsigned char alpha) | CVideo | |
| FillTransRectangleClip(Uint32 color, int x, int y, int w, int h, unsigned char alpha) | CVideo | |
| FullScreen | CVideo | |
| GetRGB(Uint32 c, SDL_PixelFormat *f, Uint8 *r, Uint8 *g, Uint8 *b) | CVideo | [inline] |
| GetRGBA(Uint32 c, SDL_PixelFormat *f, Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a) | CVideo | [inline] |
| Height | CVideo | |
| LockScreen() | CVideo | |
| MapRGB(SDL_PixelFormat *f, Uint8 r, Uint8 g, Uint8 b) | CVideo | [inline] |
| MapRGBA(SDL_PixelFormat *f, Uint8 r, Uint8 g, Uint8 b, Uint8 a) | CVideo | [inline] |
| ResizeScreen(int x, int y) | CVideo | |
| UnlockScreen() | CVideo | |
| Width | CVideo | |