A D | SDL_rotozoom.c | 1008 void rotozoomSurfaceSize(int width, int height, double angle, double zoom, int *dstwidth, int *dsth… in rotozoomSurfaceSize() argument 1012 …_rotozoomSurfaceSizeTrig(width, height, angle, zoom, zoom, dstwidth, dstheight, &dummy_sanglezoom,… in rotozoomSurfaceSize() 1030 SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoom, int smooth) in rotozoomSurface() argument 1032 return rotozoomSurfaceXY(src, angle, zoom, zoom, smooth); in rotozoomSurface()
|