'\" t .\" Title: SDL_stretch.h .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 0.3.1 .\" Manual: Manual Pages .\" Source: the library SDL_stretch .\" Language: English .\" .TH "SDL_STRETCH\&.H" "3" "0\&.3\&.1" "the library SDL_stretch" "Manual Pages" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" SDL_stretch.h \- library .SH "SYNOPSIS" .sp .ft B .nf #include .fi .ft .HP \w'extern\ DECLSPEC\ int\ SDL_StretchSurfaceRect('u .BI "extern DECLSPEC int SDL_StretchSurfaceRect(SDL_Surface\ *src, SDL_Rect\ *srcrect, SDL_Surface\ *dst, SDL_Rect\ *dstrect);" .HP \w'extern\ DECLSPEC\ int\ SDL_StretchSurfaceBlit('u .BI "extern DECLSPEC int SDL_StretchSurfaceBlit(SDL_Surface\ *src, SDL_Rect\ *srcrect, SDL_Surface\ *dst, SDL_Rect\ *dstrect);" .HP \w'extern\ DECLSPEC\ int\ SDL_StretchSurface_23('u .BI "extern DECLSPEC int SDL_StretchSurface_23(SDL_Surface\ *src, SDL_Rect\ *srcrect, SDL_Surface\ *dst, SDL_Rect\ *dstrect);" .HP \w'extern\ DECLSPEC\ char*\ SDL_StretchInfo('u .BI "extern DECLSPEC char* SDL_StretchInfo(void);" .HP \w'extern\ unsigned\ char*\ SDL_GetRowStretchCode('u .BI "extern unsigned char* SDL_GetRowStretchCode(void);" .HP \w'unsigned\ char*\ SDL_SetRowStretchCode('u .BI "unsigned char* SDL_SetRowStretchCode(int\ src_w, int\ dst_w, int\ bpp);" .HP \w'extern\ char*\ SDL_StretchRowInfo('u .BI "extern char* SDL_StretchRowInfo(void);" .SH "DESCRIPTION" .PP SDL_stretch library