Searched refs:dstwidthhalf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 955 int dstwidthhalf, dstheighthalf; in _rotozoomSurfaceSizeTrig() local 972 dstwidthhalf = MAX((int) in _rotozoomSurfaceSizeTrig() 976 *dstwidth = 2 * dstwidthhalf; in _rotozoomSurfaceSizeTrig() 1057 int dstwidthhalf, dstwidth, dstheighthalf, dstheight; in rotozoomSurfaceXY() local 1145 dstwidthhalf = dstwidth / 2; in rotozoomSurfaceXY() 1194 _transformSurfaceRGBA(rz_src, rz_dst, dstwidthhalf, dstheighthalf, in rotozoomSurfaceXY() 1214 transformSurfaceY(rz_src, rz_dst, dstwidthhalf, dstheighthalf, in rotozoomSurfaceXY()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 131 int dstwidthhalf, dstheighthalf; in SDLgfx_rotozoomSurfaceSizeTrig() local 145 dstwidthhalf = MAX((int) in SDLgfx_rotozoomSurfaceSizeTrig() 149 *dstwidth = 2 * dstwidthhalf; in SDLgfx_rotozoomSurfaceSizeTrig()
|
Completed in 7 milliseconds