#include <SDL.h>#include <SDL_types.h>#include "../global.h"Include dependency graph for sdlstretch.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | SDL_StretchSurface (SDL_Surface *src_surface, SDL_Rect *src_rect, SDL_Surface *dst_surface, SDL_Rect *dst_rect, Uint32 *voiLUT=NULL) |
| void | SDL_StretchSurface (SDL_Surface *src_surface, int xs1, int ys1, int xs2, int ys2, SDL_Surface *dst_surface, int xd1, int yd1, int xd2, int yd2, Uint32 *voiLUT=NULL) |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 149 of file sdlstretch.cpp. References RectStretchTemplate(). |
|
||||||||||||||||||||||||
|
Definition at line 206 of file sdlstretch.cpp. References SDL_StretchSurface(). |
1.4.2