Searched refs:gdImageCopyResized (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gddemo.c | 51 gdImageCopyResized (im_out, im_in, in main() 82 gdImageCopyResized (brush, im_in, in main()
|
H A D | gd.h | 685 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
|
H A D | gd.c | 2431 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() function 2547 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
|
/PHP-8.0/main/ |
H A D | php_compat.h | 248 #define gdImageCopyResized php_gd_gdImageCopyResized macro
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 3042 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
|
Completed in 38 milliseconds