H A D | gd.c | 1066 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 1089 dstY = DY; in PHP_FUNCTION() 3104 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3125 dstY = DY; in PHP_FUNCTION() 3127 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION() 3138 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3160 dstY = DY; in PHP_FUNCTION() 3174 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3196 dstY = DY; in PHP_FUNCTION() 3210 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local [all …]
|