Searched refs:SDLgfx_rotateSurface (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.h | 29 extern SDL_Surface *SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery,…
|
A D | SDL_render_sw.c | 450 …src_rotated = SDLgfx_rotateSurface(src_clone, angle, dstwidth/2, dstheight/2, (texture->scaleMode … in SW_RenderCopyEx() 456 …mask_rotated = SDLgfx_rotateSurface(mask, angle, dstwidth/2, dstheight/2, SDL_FALSE, 0, 0, dstwidt… in SW_RenderCopyEx()
|
A D | SDL_rotate.c | 417 SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int fli… in SDLgfx_rotateSurface() function
|
Completed in 10 milliseconds