Home
last modified time | relevance | path

Searched refs:gdImageCopyResampled (Results 1 – 5 of 5) sorted by last modified time

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

Completed in 38 milliseconds