Home
last modified time | relevance | path

Searched refs:gdImageCopyResampled (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dtestac.c104 gdImageCopyResampled (im_out, im_in, in testDrawing()
H A Dgd.h704 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2535 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled() function
/PHP-7.2/main/
H A Dphp_compat.h245 #define gdImageCopyResampled php_gd_gdImageCopyResampled macro
/PHP-7.2/ext/gd/
H A Dgd.c1932 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()

Completed in 30 milliseconds