H A D | gd.c | 1906 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1924 dstX = DX; in PHP_FUNCTION() 3723 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3741 dstX = DX; in PHP_FUNCTION() 3744 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3774 dstX = DX; in PHP_FUNCTION() 3790 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3808 dstX = DX; in PHP_FUNCTION() 3824 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|