Lines Matching refs:im_dst
1033 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1041 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1052 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
1189 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1204 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
1206 if (im_dst == NULL) { in PHP_FUNCTION()
1210 php_gd_assign_libgdimageptr_as_extgdimage(return_value, im_dst); in PHP_FUNCTION()
2847 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2854 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2864 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2874 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2882 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2892 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2902 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2910 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2920 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2930 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2938 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2969 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()