H A D | gd.c | 1958 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1972 dstY = DY; in PHP_FUNCTION() 3740 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3754 dstY = DY; in PHP_FUNCTION() 3756 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3769 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3783 dstY = DY; in PHP_FUNCTION() 3798 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3812 dstY = DY; in PHP_FUNCTION() 3828 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|