|
SDL
2.0
|
Include dependency graph for SDL_test_imageBlit.c: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 | |
| const SDLTest_SurfaceImage_t | SDLTest_imageBlit |
| const SDLTest_SurfaceImage_t | SDLTest_imageBlitColor |
| 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 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 | ( | ) |
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 | ( | ) |
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().
| const SDLTest_SurfaceImage_t SDLTest_imageBlit |
Definition at line 27 of file SDL_test_imageBlit.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitAlpha |
Definition at line 1047 of file SDL_test_imageBlit.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitColor |
Definition at line 564 of file SDL_test_imageBlit.c.