Lines Matching refs:dstX
1066 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1088 dstX = DX; in PHP_FUNCTION()
1093 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
3104 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3124 dstX = DX; 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
3159 dstX = DX; in PHP_FUNCTION()
3163 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3174 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3195 dstX = DX; in PHP_FUNCTION()
3199 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3210 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3232 dstX = DX; in PHP_FUNCTION()
3257 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()