pct               655 ext/gd/gd.c    	ZEND_ARG_INFO(0, pct)
pct               667 ext/gd/gd.c    	ZEND_ARG_INFO(0, pct)
pct              3659 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
pct              3674 ext/gd/gd.c    	pct  = PCT;
pct              3676 ext/gd/gd.c    	gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
pct              3688 ext/gd/gd.c    	int srcH, srcW, srcY, srcX, dstY, dstX, pct;
pct              3703 ext/gd/gd.c    	pct  = PCT;
pct              3705 ext/gd/gd.c    	gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
pct              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)
pct              2285 ext/gd/libgd/gd.c  				ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0));
pct              2286 ext/gd/libgd/gd.c  				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0));
pct              2287 ext/gd/libgd/gd.c  				ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0));
pct              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)
pct              2326 ext/gd/libgd/gd.c 			if (dst == src && pct == 100) {
pct              2332 ext/gd/libgd/gd.c 				ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
pct              2333 ext/gd/libgd/gd.c 				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
pct              2334 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);