Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug53580.phpt2 Bug #53580 (During resize gdImageCopyResampled cause colors change)
/php-src/ext/gd/libgd/
H A Dtestac.c104 gdImageCopyResampled (im_out, im_in, in testDrawing()
H A Dgd.h719 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2511 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled() function
/php-src/main/
H A Dphp_compat.h247 #define gdImageCopyResampled php_gd_gdImageCopyResampled macro
/php-src/ext/gd/
H A Dgd.c1052 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()

Completed in 29 milliseconds