

Public Member Functions | |
| virtual CScreen & | get_screen () |
Protected Member Functions | |
| virtual CSurfaceImpl * | make_csurface_impl (int w, int h) |
| virtual CSurfaceImpl * | make_csurface_impl (const char *filename) |
| virtual uint32 | make_color (uint8 r, uint8 g, uint8 b) |
Definition at line 195 of file sdl_cvideo.cpp.
|
|
Return a CScreen surface that represents the video screen of the surface. See the CScreen object for more information on the nature of the screen as a singleton. Implements CVideoSystem. Definition at line 229 of file sdl_cvideo.cpp. |
|
||||||||||||||||
|
Return the 32-bit integer representing the given color with (red, green, blue). It should be in the video system's architecture-dependent pixel format. Implements CVideoSystem. Definition at line 218 of file sdl_cvideo.cpp. References uint32. |
|
|
Return a bitmap surface that represents the given image file name (usually a Windows BMP file). Note that the pixel format used will be the image file's, NOT the screen's. Implements CVideoSystem. Definition at line 215 of file sdl_cvideo.cpp. |
|
||||||||||||
|
Create a CSurfaceImpl with the given width and height. The screen's pixel format is used. Implements CVideoSystem. Definition at line 212 of file sdl_cvideo.cpp. |
1.3.3