Searched refs:gdImageCopy (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_filter.c | 253 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageConvolution() 314 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageSelectiveBlur()
|
H A D | gd.h | 546 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
|
H A D | gd_rotate.c | 384 gdImageCopy (dst1, src,0,0,0,0,src->sx,src->sy); in gdImageRotate45()
|
H A D | gd_topal.c | 1803 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy);
|
H A D | gd.c | 2151 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() function
|
/PHP-5.3/main/ |
H A D | php_compat.h | 222 #define gdImageCopy php_gd_gdImageCopy macro
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3714 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
|
Completed in 56 milliseconds