srcX              347 ext/gd/gd.c    	ZEND_ARG_INFO(0, srcX)
srcX             1828 ext/gd/gd.c    	int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
srcX             1842 ext/gd/gd.c    	srcX = SX;
srcX             1851 ext/gd/gd.c    	gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             3609 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX;
srcX             3623 ext/gd/gd.c    	srcX = SX;
srcX             3630 ext/gd/gd.c    	gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH);
srcX             3642 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
srcX             3656 ext/gd/gd.c    	srcX = SX;
srcX             3664 ext/gd/gd.c    	gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
srcX             3676 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
srcX             3690 ext/gd/gd.c    	srcX = SX;
srcX             3698 ext/gd/gd.c    	gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
srcX             3710 ext/gd/gd.c    	int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
srcX             3724 ext/gd/gd.c    	srcX = SX;
srcX             3738 ext/gd/gd.c    	gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             2160 ext/gd/libgd/gd.c void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h)
srcX             2177 ext/gd/libgd/gd.c 					int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y);
srcX             2185 ext/gd/libgd/gd.c 					int c = gdImageGetPixel (src, srcX + x, srcY + y);
srcX             2200 ext/gd/libgd/gd.c 			for (x = srcX; x < (srcX + w); x++) {
srcX             2222 ext/gd/libgd/gd.c 		for (x = srcX; x < (srcX + w); x++) {
srcX             2259 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             2269 ext/gd/libgd/gd.c 		for (x = srcX; x < (srcX + w); x++) {
srcX             2299 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             2310 ext/gd/libgd/gd.c 		for (x = srcX; (x < (srcX + w)); x++) {
srcX             2353 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             2388 ext/gd/libgd/gd.c 			for (x = srcX; (x < (srcX + srcW)); x++) {
srcX             2391 ext/gd/libgd/gd.c 				if (!stx[x - srcX]) {
srcX             2401 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
srcX             2410 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
srcX             2418 ext/gd/libgd/gd.c 					      tox += stx[x - srcX];
srcX             2446 ext/gd/libgd/gd.c 				for (i = 0; (i < stx[x - srcX]); i++) {
srcX             2463 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             2469 ext/gd/libgd/gd.c 		gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
srcX             2513 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);