Name

SDL_stretch.h — library

Synopsis

 #include <SDL_stretch.h>
extern DECLSPEC int SDL_StretchSurfaceRect(,  
 ,  
 ,  
 ); 
SDL_Surface *src;
SDL_Rect *srcrect;
SDL_Surface *dst;
SDL_Rect *dstrect;
 
extern DECLSPEC int SDL_StretchSurfaceBlit(,  
 ,  
 ,  
 ); 
SDL_Surface *src;
SDL_Rect *srcrect;
SDL_Surface *dst;
SDL_Rect *dstrect;
 
extern DECLSPEC int SDL_StretchSurface_23(,  
 ,  
 ,  
 ); 
SDL_Surface *src;
SDL_Rect *srcrect;
SDL_Surface *dst;
SDL_Rect *dstrect;
 
extern DECLSPEC char* SDL_StretchInfo(); 
void;
 
extern unsigned char* SDL_GetRowStretchCode(); 
void;
 
unsigned char* SDL_SetRowStretchCode(,  
 ,  
 ); 
int src_w;
int dst_w;
int bpp;
 
extern char* SDL_StretchRowInfo(); 
void;
 

Description

SDL_stretch library