Lines Matching refs:cangle
347 double cangle, sangle, px, py, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y; in SW_RenderCopyEx() local
449 …fx_rotozoomSurfaceSizeTrig(tmp_rect.w, tmp_rect.h, angle, &dstwidth, &dstheight, &cangle, &sangle); in SW_RenderCopyEx()
450 … 0 : 1, flip & SDL_FLIP_HORIZONTAL, flip & SDL_FLIP_VERTICAL, dstwidth, dstheight, cangle, sangle); in SW_RenderCopyEx()
456 …urface(mask, angle, dstwidth/2, dstheight/2, SDL_FALSE, 0, 0, dstwidth, dstheight, cangle, sangle); in SW_RenderCopyEx()
471 p1x = px * cangle - py * sangle + abscenterx; in SW_RenderCopyEx()
472 p1y = px * sangle + py * cangle + abscentery; in SW_RenderCopyEx()
477 p2x = px * cangle - py * sangle + abscenterx; in SW_RenderCopyEx()
478 p2y = px * sangle + py * cangle + abscentery; in SW_RenderCopyEx()
483 p3x = px * cangle - py * sangle + abscenterx; in SW_RenderCopyEx()
484 p3y = px * sangle + py * cangle + abscentery; in SW_RenderCopyEx()
489 p4x = px * cangle - py * sangle + abscenterx; in SW_RenderCopyEx()
490 p4y = px * sangle + py * cangle + abscentery; in SW_RenderCopyEx()