Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_filter.c260 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageConvolution()
321 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageSelectiveBlur()
H A Dgd.h671 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
H A Dgd_topal.c1803 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy);
H A Dgd_interpolation.c2277 gdImageCopy(dst, src, 0,0,0,0,src->sx,src->sy); in gdImageRotateInterpolated()
H A Dgd.c2196 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() function
/PHP-7.1/main/
H A Dphp_compat.h222 #define gdImageCopy php_gd_gdImageCopy macro
/PHP-7.1/ext/gd/
H A Dgd.c3664 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()

Completed in 45 milliseconds