zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_rotate.h
Go to the documentation of this file.
1 #ifndef MIN
2 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
3 #endif
4 
5 extern SDL_Surface *_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int flipx, int flipy, int dstwidth, int dstheight, double cangle, double sangle);
6 extern void _rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle);
7 
GLdouble angle
Definition: glew.h:8396
A collection of pixels used in software blitting.
Definition: SDL_surface.h:69
EGLSurface EGLint EGLint EGLint EGLint height
Definition: eglext.h:293
EGLSurface EGLint EGLint EGLint width
Definition: eglext.h:293
SDL_Surface * _rotateSurface(SDL_Surface *src, double angle, int centerx, int centery, int smooth, int flipx, int flipy, int dstwidth, int dstheight, double cangle, double sangle)
Definition: SDL_rotate.c:343
void _rotozoomSurfaceSizeTrig(int width, int height, double angle, int *dstwidth, int *dstheight, double *cangle, double *sangle)
Definition: SDL_rotate.c:107
GLenum src
Definition: glew.h:2396