SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_Surface * | SDLTest_ImageFace () |
Returns the Face test image as SDL_Surface. More... | |
Variables | |
static const SDLTest_SurfaceImage_t | SDLTest_imageFace |
SDL_Surface* SDLTest_ImageFace | ( | void | ) |
Returns the Face test image as SDL_Surface.
Definition at line 224 of file SDL_test_imageFace.c.
References SDLTest_SurfaceImage_t::bytes_per_pixel, SDLTest_SurfaceImage_t::height, SDLTest_SurfaceImage_t::pixel_data, SDL_BIG_ENDIAN, SDL_BYTEORDER, SDL_CreateRGBSurfaceFrom, and SDLTest_SurfaceImage_t::width.
Referenced by _loadTestFace(), _testBlitBlendMode(), mouse_createFreeColorCursor(), surface_testCompleteSurfaceConversion(), surface_testSaveLoadBitmap(), and surface_testSurfaceConversion().
|
static |
Definition at line 27 of file SDL_test_imageFace.c.