H A D | gd.c | 1854 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1872 dstX = DX; in PHP_FUNCTION() 3643 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3661 dstX = DX; in PHP_FUNCTION() 3664 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3676 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3694 dstX = DX; in PHP_FUNCTION() 3710 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3728 dstX = DX; in PHP_FUNCTION() 3744 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|