Scroll to navigation

SDL_STRETCH.H(3) Manual Pages SDL_STRETCH.H(3)

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

0.3.1 the library SDL_stretch