SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_Surface * | SDLTest_ImageBlit () |
Returns the Blit test image as SDL_Surface. More... | |
SDL_Surface * | SDLTest_ImageBlitColor () |
Returns the BlitColor test image as SDL_Surface. More... | |
SDL_Surface * | SDLTest_ImageBlitAlpha () |
Returns the BlitAlpha test image as SDL_Surface. More... | |
Variables | |
static const SDLTest_SurfaceImage_t | SDLTest_imageBlit |
static const SDLTest_SurfaceImage_t | SDLTest_imageBlitColor |
static const SDLTest_SurfaceImage_t | SDLTest_imageBlitAlpha |
SDL_Surface* SDLTest_ImageBlit | ( | ) |
Returns the Blit test image as SDL_Surface.
Definition at line 541 of file SDL_test_imageBlit.c.
References endif, if, SDL_BIG_ENDIAN, SDL_BYTEORDER, SDL_CreateRGBSurfaceFrom, and SDLTest_imageBlit.
Referenced by _surfaceSetUp(), render_testBlit(), and surface_testBlit().
SDL_Surface* SDLTest_ImageBlitAlpha | ( | ) |
Returns the BlitAlpha test image as SDL_Surface.
Definition at line 1536 of file SDL_test_imageBlit.c.
References endif, if, SDL_BIG_ENDIAN, SDL_BYTEORDER, SDL_CreateRGBSurfaceFrom, and SDLTest_imageBlitAlpha.
Referenced by render_testBlitAlpha(), and surface_testBlitAlphaMod().
SDL_Surface* SDLTest_ImageBlitColor | ( | ) |
Returns the BlitColor test image as SDL_Surface.
Definition at line 1024 of file SDL_test_imageBlit.c.
References endif, if, SDL_BIG_ENDIAN, SDL_BYTEORDER, SDL_CreateRGBSurfaceFrom, and SDLTest_imageBlitColor.
Referenced by render_testBlitColor(), and surface_testBlitColorMod().
|
static |
Definition at line 27 of file SDL_test_imageBlit.c.
Referenced by SDLTest_ImageBlit().
|
static |
Definition at line 1047 of file SDL_test_imageBlit.c.
Referenced by SDLTest_ImageBlitAlpha().
|
static |
Definition at line 564 of file SDL_test_imageBlit.c.
Referenced by SDLTest_ImageBlitColor().