Lines Matching refs:dstY
1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1048 dstY = DY; in PHP_FUNCTION()
1052 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
2844 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2858 dstY = DY; in PHP_FUNCTION()
2860 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2871 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2885 dstY = DY; in PHP_FUNCTION()
2888 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2899 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2913 dstY = DY; in PHP_FUNCTION()
2916 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2927 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2941 dstY = DY; in PHP_FUNCTION()
2965 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()