H A D | gd.c | 1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1044 srcY = SY; in PHP_FUNCTION() 2848 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 2858 srcY = SY; in PHP_FUNCTION() 2864 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 2875 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 2885 srcY = SY; in PHP_FUNCTION() 2903 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 2913 srcY = SY; in PHP_FUNCTION() 2931 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|