Searched refs:tmp_rect (Results 1 – 1 of 1) sorted by relevance
343 SDL_Rect tmp_rect; in SW_RenderCopyEx() local358 tmp_rect.x = 0; in SW_RenderCopyEx()359 tmp_rect.y = 0; in SW_RenderCopyEx()360 tmp_rect.w = final_rect->w; in SW_RenderCopyEx()361 tmp_rect.h = final_rect->h; in SW_RenderCopyEx()431 SDL_Rect scale_rect = tmp_rect; in SW_RenderCopyEx()449 …SDLgfx_rotozoomSurfaceSizeTrig(tmp_rect.w, tmp_rect.h, angle, &dstwidth, &dstheight, &cangle, &san… in SW_RenderCopyEx()494 tmp_rect.w = dstwidth; in SW_RenderCopyEx()495 tmp_rect.h = dstheight; in SW_RenderCopyEx()513 SDL_Rect mask_rect = tmp_rect; in SW_RenderCopyEx()[all …]
Completed in 4 milliseconds