Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds