Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c358 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageConvolution()
420 gdImageCopy(srcback, src,0,0,0,0,src->sx,src->sy); in gdImageSelectiveBlur()
H A Dgd_crop.c57 gdImageCopy(dst, src, 0, 0, crop->x, crop->y, crop->width, crop->height); in gdImageCrop()
H A Dgd.h676 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
H A Dgd_topal.c1484 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy); in gdImageTrueColorToPaletteBody()
H A Dgd_interpolation.c2148 gdImageCopy(dst, src, 0,0,0,0,src->sx,src->sy); in gdImageRotateInterpolated()
H A Dgd.c2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() function
/PHP-7.4/main/
H A Dphp_compat.h246 #define gdImageCopy php_gd_gdImageCopy macro
/PHP-7.4/ext/gd/
H A Dgd.c3827 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()

Completed in 80 milliseconds