SDL
2.0
|
Go to the source code of this file.
Data Structures | |
struct | SDLTest_SurfaceImage_t |
Include file for SDL test framework.
This code is a part of the SDL2_test library, not the main SDL library.
Definition in file SDL_test_images.h.
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_ImageBlitBlend | ( | void | ) |
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 | ( | void | ) |
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 | ( | void | ) |
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 | ( | void | ) |
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 | ( | void | ) |
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().
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().
SDL_Surface* SDLTest_ImageFace | ( | void | ) |
Returns the Face test image as SDL_Surface.
Definition at line 224 of file SDL_test_imageFace.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 _loadTestFace(), _testBlitBlendMode(), mouse_createFreeColorCursor(), surface_testCompleteSurfaceConversion(), surface_testSaveLoadBitmap(), and surface_testSurfaceConversion().
SDL_Surface* SDLTest_ImagePrimitives | ( | void | ) |
Returns the Primitives test image as SDL_Surface.
Definition at line 491 of file SDL_test_imagePrimitives.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_testPrimitives().
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().