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
1203 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
1205 if (im_dst == NULL) { in PHP_FUNCTION()
1209 php_gd_assign_libgdimageptr_as_extgdimage(return_value, im_dst); in PHP_FUNCTION()
2843 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2850 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2860 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2870 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2878 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2888 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2898 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2906 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2916 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2926 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2934 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2965 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()