H A D | gd.c | 1975 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1993 dstX = DX; in PHP_FUNCTION() 3806 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3824 dstX = DX; in PHP_FUNCTION() 3827 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3839 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3857 dstX = DX; in PHP_FUNCTION() 3873 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3891 dstX = DX; in PHP_FUNCTION() 3907 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|