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 | ( | void | ) |
Returns the Blit test image as SDL_Surface.
Definition at line 541 of file SDL_test_imageBlit.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 _surfaceSetUp(), render_testBlit(), and surface_testBlit().
SDL_Surface* SDLTest_ImageBlitAlpha | ( | void | ) |
Returns the BlitAlpha test image as SDL_Surface.
Definition at line 1536 of file SDL_test_imageBlit.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 render_testBlitAlpha(), and surface_testBlitAlphaMod().
SDL_Surface* SDLTest_ImageBlitColor | ( | void | ) |
Returns the BlitColor test image as SDL_Surface.
Definition at line 1024 of file SDL_test_imageBlit.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 render_testBlitColor(), and surface_testBlitColorMod().
|
static |
Definition at line 27 of file SDL_test_imageBlit.c.
|
static |
Definition at line 1047 of file SDL_test_imageBlit.c.
|
static |
Definition at line 564 of file SDL_test_imageBlit.c.