Searched refs:dstheighthalf (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 974 dstheighthalf = MAX((int) in _rotozoomSurfaceSizeTrig() 977 *dstheight = 2 * dstheighthalf; in _rotozoomSurfaceSizeTrig() 1057 int dstwidthhalf, dstwidth, dstheighthalf, dstheight; in rotozoomSurfaceXY() local 1146 dstheighthalf = dstheight / 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 147 dstheighthalf = MAX((int) in SDLgfx_rotozoomSurfaceSizeTrig() 150 *dstheight = 2 * dstheighthalf; in SDLgfx_rotozoomSurfaceSizeTrig()
|
Completed in 5 milliseconds