sdl_stretch.h(3)

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);
unsigned char* SDL_SetRowStretchCode(int src_w, int dst_w, int bpp);

DESCRIPTION

SDL_stretch library
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout