|
SDL
2.0
|
Include dependency graph for SDL_test_imageBlitBlend.c:Go to the source code of this file.
Functions | |
| SDL_Surface * | SDLTest_ImageBlitBlendAdd () |
| Returns the BlitBlendAdd test image as SDL_Surface. More... | |
| SDL_Surface * | SDLTest_ImageBlitBlend () |
| Returns the BlitBlend test image as SDL_Surface. More... | |
| SDL_Surface * | SDLTest_ImageBlitBlendMod () |
| Returns the BlitBlendMod test image as SDL_Surface. More... | |
| SDL_Surface * | SDLTest_ImageBlitBlendNone () |
| Returns the BlitBlendNone test image as SDL_Surface. More... | |
| SDL_Surface * | SDLTest_ImageBlitBlendAll () |
| Returns the BlitBlendAll test image as SDL_Surface. More... | |
| SDL_Surface* SDLTest_ImageBlitBlend | ( | ) |
Returns the BlitBlend test image as SDL_Surface.
Definition at line 1111 of file SDL_test_imageBlitBlend.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_testBlitBlend(), and surface_testBlitBlendBlend().
| SDL_Surface* SDLTest_ImageBlitBlendAdd | ( | ) |
Returns the BlitBlendAdd test image as SDL_Surface.
Definition at line 581 of file SDL_test_imageBlitBlend.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_testBlitBlend(), and surface_testBlitBlendAdd().
| SDL_Surface* SDLTest_ImageBlitBlendAll | ( | ) |
Returns the BlitBlendAll test image as SDL_Surface.
Definition at line 2822 of file SDL_test_imageBlitBlend.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_testBlitBlend(), and surface_testBlitBlendLoop().
| SDL_Surface* SDLTest_ImageBlitBlendMod | ( | ) |
Returns the BlitBlendMod test image as SDL_Surface.
Definition at line 1541 of file SDL_test_imageBlitBlend.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_testBlitBlend(), and surface_testBlitBlendMod().
| SDL_Surface* SDLTest_ImageBlitBlendNone | ( | ) |
Returns the BlitBlendNone test image as SDL_Surface.
Definition at line 2354 of file SDL_test_imageBlitBlend.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_testBlitBlend(), and surface_testBlitBlendNone().
| const SDLTest_SurfaceImage_t SDLTest_imageBlitBlend |
Definition at line 604 of file SDL_test_imageBlitBlend.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAdd |
Definition at line 27 of file SDL_test_imageBlitBlend.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAll |
Definition at line 2377 of file SDL_test_imageBlitBlend.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendMod |
Definition at line 1134 of file SDL_test_imageBlitBlend.c.
| const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendNone |
Definition at line 1564 of file SDL_test_imageBlitBlend.c.