Man Linux: Main Page and Category List

NAME

       SDL_stretch.h - library

SYNOPSIS

        #include <SDL_stretch.h>

       extern int SDL_StretchSurfaceRect(SDL_Surface *src, SDL_Rect *srcrect,
                                         SDL_Surface *dst, SDL_Rect *dstrect);

       extern int SDL_StretchSurfaceBlit(SDL_Surface *src, SDL_Rect *srcrect,
                                         SDL_Surface *dst, SDL_Rect *dstrect);

       extern int SDL_StretchSurface_23(SDL_Surface *src, SDL_Rect *srcrect,
                                        SDL_Surface *dst, SDL_Rect *dstrect);

       extern 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