Searched defs:dstheight (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 950 int *dstwidth, int *dstheight, in _rotozoomSurfaceSizeTrig() 991 …eXY(int width, int height, double angle, double zoomx, double zoomy, int *dstwidth, int *dstheight) in rotozoomSurfaceSizeXY() 1008 …otozoomSurfaceSize(int width, int height, double angle, double zoom, int *dstwidth, int *dstheight) in rotozoomSurfaceSize() 1057 int dstwidthhalf, dstwidth, dstheighthalf, dstheight; in rotozoomSurfaceXY() local 1342 …d zoomSurfaceSize(int width, int height, double zoomx, double zoomy, int *dstwidth, int *dstheight) in zoomSurfaceSize() 1396 int dstwidth, dstheight; in zoomSurface() local 1553 int dstwidth, dstheight; in shrinkSurface() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 109 int *dstwidth, int *dstheight, in SDLgfx_rotozoomSurfaceSizeTrig() 417 …centerx, int centery, int smooth, int flipx, int flipy, int dstwidth, int dstheight, double cangle… in SDLgfx_rotateSurface()
|
A D | SDL_render_sw.c | 346 int retval = 0, dstwidth, dstheight, abscenterx, abscentery; in SW_RenderCopyEx() local
|
Completed in 7 milliseconds