Home
last modified time | relevance | path

Searched refs:gdImageCopy (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd_filter.c253 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 Dgd.h546 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
H A Dgd_rotate.c384 gdImageCopy (dst1, src,0,0,0,0,src->sx,src->sy); in gdImageRotate45()
H A Dgd_topal.c1803 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy);
H A Dgd.c2151 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 Dphp_compat.h222 #define gdImageCopy php_gd_gdImageCopy macro
/PHP-5.3/ext/gd/
H A Dgd.c3714 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()

Completed in 41 milliseconds