My Project
Classes | Typedefs | Functions
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 (void)
 
SDL_SurfaceSDLTest_ImageBlitColor (void)
 
SDL_SurfaceSDLTest_ImageBlitAlpha (void)
 
SDL_SurfaceSDLTest_ImageBlitBlendAdd (void)
 
SDL_SurfaceSDLTest_ImageBlitBlend (void)
 
SDL_SurfaceSDLTest_ImageBlitBlendMod (void)
 
SDL_SurfaceSDLTest_ImageBlitBlendNone (void)
 
SDL_SurfaceSDLTest_ImageBlitBlendAll (void)
 
SDL_SurfaceSDLTest_ImageFace (void)
 
SDL_SurfaceSDLTest_ImagePrimitives (void)
 
SDL_SurfaceSDLTest_ImagePrimitivesBlend (void)
 

Detailed Description

Include file for SDL test framework.

This code is a part of the SDL2_test library, not the main SDL library.

Typedef Documentation

◆ SDLTest_SurfaceImage_t

Type for test images.