SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_Surface * | SDLTest_ImagePrimitivesBlend () |
Returns the PrimitivesBlend test image as SDL_Surface. More... | |
Variables | |
static const SDLTest_SurfaceImage_t | SDLTest_imagePrimitivesBlend |
SDL_Surface* SDLTest_ImagePrimitivesBlend | ( | void | ) |
Returns the PrimitivesBlend test image as SDL_Surface.
Definition at line 673 of file SDL_test_imagePrimitivesBlend.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_testPrimitivesBlend().
|
static |
Definition at line 27 of file SDL_test_imagePrimitivesBlend.c.