Source position: libsdl2_gfx.pas line 181
type TzoomSurfaceSize = procedure(
width: cint32;
height: cint32;
zoomx: Double;
zoomy: Double;
dstwidth: pcuint32;
dstheight: pcuint32
);