Lines Matching refs:srcH
1132 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1143 srcH = SH; in PHP_FUNCTION()
1150 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
2921 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2932 srcH = SH; in PHP_FUNCTION()
2937 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2948 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2959 srcH = SH; in PHP_FUNCTION()
2965 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2976 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2987 srcH = SH; in PHP_FUNCTION()
2993 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3004 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3015 srcH = SH; in PHP_FUNCTION()
3037 if (srcH <= 0) { in PHP_FUNCTION()
3042 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()