zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_test_images.h File Reference
#include "SDL.h"
#include "begin_code.h"
#include "close_code.h"

Go to the source code of this file.

Classes

struct  SDLTest_SurfaceImage_s
 

Typedefs

typedef struct
SDLTest_SurfaceImage_s 
SDLTest_SurfaceImage_t
 

Functions

SDL_SurfaceSDLTest_ImageBlit ()
 Returns the Blit test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitAlpha ()
 Returns the BlitAlpha test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitBlend ()
 Returns the BlitBlend test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitBlendAdd ()
 Returns the BlitBlendAdd test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitBlendAll ()
 Returns the BlitBlendAll test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitBlendMod ()
 Returns the BlitBlendMod test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitBlendNone ()
 Returns the BlitBlendNone test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageBlitColor ()
 Returns the BlitColor test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImageFace ()
 Returns the Face test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImagePrimitives ()
 Returns the Primitives test image as SDL_Surface. More...
 
SDL_SurfaceSDLTest_ImagePrimitivesBlend ()
 Returns the PrimitivesBlend test image as SDL_Surface. More...
 

Detailed Description

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.

Typedef Documentation

Type for test images.

Function Documentation