im_dst           1920 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           1927 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(im_dst, gdImagePtr, &DIM, -1, "Image", le_gd);
im_dst           1939 ext/gd/gd.c    	gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
im_dst           2100 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           2111 ext/gd/gd.c    	im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color);
im_dst           2113 ext/gd/gd.c    	if (im_dst != NULL) {
im_dst           2114 ext/gd/gd.c    		ZEND_REGISTER_RESOURCE(return_value, im_dst, le_gd);
im_dst           3630 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           3638 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(im_dst, gdImagePtr, &DIM, -1, "Image", le_gd);
im_dst           3647 ext/gd/gd.c    	gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH);
im_dst           3658 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           3666 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(im_dst, gdImagePtr, &DIM, -1, "Image", le_gd);
im_dst           3676 ext/gd/gd.c    	gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
im_dst           3687 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           3695 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(im_dst, gdImagePtr, &DIM, -1, "Image", le_gd);
im_dst           3705 ext/gd/gd.c    	gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
im_dst           3716 ext/gd/gd.c    	gdImagePtr im_dst, im_src;
im_dst           3723 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(im_dst, gdImagePtr, &DIM, -1, "Image", le_gd);
im_dst           3740 ext/gd/gd.c    	gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);