Home
last modified time | relevance | path

Searched refs:gdImageCopyResized (Results 1 – 5 of 5) sorted by path

/php-src/ext/gd/
H A Dgd.c2960 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
/php-src/ext/gd/libgd/
H A Dgd.c2401 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() function
2517 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
H A Dgd.h708 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
H A Dgddemo.c51 gdImageCopyResized (im_out, im_in, in main()
82 gdImageCopyResized (brush, im_in, in main()
/php-src/main/
H A Dphp_compat.h248 #define gdImageCopyResized php_gd_gdImageCopyResized macro

Completed in 67 milliseconds