Lines Matching refs:dstX
1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1047 dstX = DX; in PHP_FUNCTION()
1052 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
2848 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2861 dstX = DX; in PHP_FUNCTION()
2864 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2875 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2888 dstX = DX; in PHP_FUNCTION()
2892 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2903 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2916 dstX = DX; in PHP_FUNCTION()
2920 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2931 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2944 dstX = DX; in PHP_FUNCTION()
2969 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()