[−][src]Function sdl2_sys::SDL_SoftStretch
pub unsafe extern "C" fn SDL_SoftStretch(
src: *mut SDL_Surface,
srcrect: *const SDL_Rect,
dst: *mut SDL_Surface,
dstrect: *const SDL_Rect
) -> c_int
\brief Perform a fast, low quality, stretch blit between two surfaces of the same pixel format.
\note This function uses a static buffer, and is not thread-safe.