[][src]Function sdl2_sys::gfx::rotozoom::rotozoomSurfaceSize

pub unsafe extern "C" fn rotozoomSurfaceSize(
    width: c_int,
    height: c_int,
    angle: f64,
    zoom: f64,
    dstwidth: *mut c_int,
    dstheight: *mut c_int
)