Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgddemo.c51 gdImageCopyResized (im_out, im_in, in main()
82 gdImageCopyResized (brush, im_in, in main()
H A Dgd.h555 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
H A Dgd.c2344 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() function
2463 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
/PHP-5.3/main/
H A Dphp_compat.h226 #define gdImageCopyResized php_gd_gdImageCopyResized macro
/PHP-5.3/ext/gd/
H A Dgd.c3809 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
4682 gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height); in _php_image_convert()

Completed in 49 milliseconds