Lines Matching refs:im_dst
1131 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1139 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1150 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
1287 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1297 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
1299 if (im_dst == NULL) { in PHP_FUNCTION()
1303 php_gd_assign_libgdimageptr_as_extgdimage(return_value, im_dst); in PHP_FUNCTION()
2920 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2927 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2937 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2947 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2955 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2965 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2975 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2983 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2993 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3003 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3011 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3042 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()