H A D | gd.c | 1938 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1951 dstX = DX; in PHP_FUNCTION() 3698 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3711 dstX = DX; in PHP_FUNCTION() 3714 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3727 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3740 dstX = DX; in PHP_FUNCTION() 3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3769 dstX = DX; in PHP_FUNCTION() 3786 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|