srcX              353 ext/gd/gd.c    	ZEND_ARG_INFO(0, srcX)
srcX             1921 ext/gd/gd.c    	int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
srcX             1930 ext/gd/gd.c    	srcX = SX;
srcX             1939 ext/gd/gd.c    	gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             3631 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX;
srcX             3640 ext/gd/gd.c    	srcX = SX;
srcX             3647 ext/gd/gd.c    	gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH);
srcX             3659 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
srcX             3668 ext/gd/gd.c    	srcX = SX;
srcX             3676 ext/gd/gd.c    	gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
srcX             3688 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
srcX             3697 ext/gd/gd.c    	srcX = SX;
srcX             3705 ext/gd/gd.c    	gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
srcX             3717 ext/gd/gd.c    	int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
srcX             3726 ext/gd/gd.c    	srcX = SX;
srcX             3740 ext/gd/gd.c    	gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             2162 ext/gd/libgd/gd.c void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h)
srcX             2179 ext/gd/libgd/gd.c 					int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y);
srcX             2187 ext/gd/libgd/gd.c 					int c = gdImageGetPixel (src, srcX + x, srcY + y);
srcX             2202 ext/gd/libgd/gd.c 			for (x = srcX; x < (srcX + w); x++) {
srcX             2224 ext/gd/libgd/gd.c 		for (x = srcX; x < (srcX + w); x++) {
srcX             2261 ext/gd/libgd/gd.c void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct)
srcX             2271 ext/gd/libgd/gd.c 		for (x = srcX; x < (srcX + w); x++) {
srcX             2301 ext/gd/libgd/gd.c void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct)
srcX             2312 ext/gd/libgd/gd.c 		for (x = srcX; (x < (srcX + w)); x++) {
srcX             2355 ext/gd/libgd/gd.c void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
srcX             2390 ext/gd/libgd/gd.c 			for (x = srcX; (x < (srcX + srcW)); x++) {
srcX             2393 ext/gd/libgd/gd.c 				if (!stx[x - srcX]) {
srcX             2403 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
srcX             2412 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
srcX             2420 ext/gd/libgd/gd.c 					      tox += stx[x - srcX];
srcX             2448 ext/gd/libgd/gd.c 				for (i = 0; (i < stx[x - srcX]); i++) {
srcX             2465 ext/gd/libgd/gd.c void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
srcX             2471 ext/gd/libgd/gd.c 		gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             2515 ext/gd/libgd/gd.c 					p = gdImageGetTrueColorPixel(src, (int) sx + srcX, (int) sy + srcY);
srcX              671 ext/gd/libgd/gd.h void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h);
srcX              673 ext/gd/libgd/gd.h 			int srcX, int srcY, int w, int h, int pct);
srcX              675 ext/gd/libgd/gd.h                         int srcX, int srcY, int w, int h, int pct);
srcX              680 ext/gd/libgd/gd.h void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
srcX              691 ext/gd/libgd/gd.h void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);