Searched refs:gdImageCopy (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_filter.c | 358 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 D | gd_crop.c | 57 gdImageCopy(dst, src, 0, 0, crop->x, crop->y, crop->width, crop->height); in gdImageCrop()
|
H A D | gd.h | 699 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
|
H A D | gd_topal.c | 1484 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy); in gdImageTrueColorToPaletteBody()
|
H A D | gd_interpolation.c | 2147 gdImageCopy(dst, src, 0,0,0,0,src->sx,src->sy); in gdImageRotateInterpolated()
|
H A D | gd.c | 2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() function
|
/PHP-8.1/main/ |
H A D | php_compat.h | 244 #define gdImageCopy php_gd_gdImageCopy macro
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 3010 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
|
Completed in 47 milliseconds