pct               649 ext/gd/gd.c    	ZEND_ARG_INFO(0, pct)
pct               661 ext/gd/gd.c    	ZEND_ARG_INFO(0, pct)
pct              3642 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
pct              3662 ext/gd/gd.c    	pct  = PCT;
pct              3664 ext/gd/gd.c    	gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
pct              3676 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
pct              3696 ext/gd/gd.c    	pct  = PCT;
pct              3698 ext/gd/gd.c    	gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
pct              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)
pct              2283 ext/gd/libgd/gd.c  				ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0));
pct              2284 ext/gd/libgd/gd.c  				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0));
pct              2285 ext/gd/libgd/gd.c  				ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0));
pct              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)
pct              2324 ext/gd/libgd/gd.c 			if (dst == src && pct == 100) {
pct              2330 ext/gd/libgd/gd.c 				ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
pct              2331 ext/gd/libgd/gd.c 				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
pct              2332 ext/gd/libgd/gd.c 				ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
pct               673 ext/gd/libgd/gd.h 			int srcX, int srcY, int w, int h, int pct);
pct               675 ext/gd/libgd/gd.h                         int srcX, int srcY, int w, int h, int pct);