Searched refs:pct (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 2250 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument 2274 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2275 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge() 2276 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2290 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument 2315 if (dst == src && pct == 100) { in gdImageCopyMergeGray() 2321 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2322 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2323 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
|
H A D | gd.h | 548 int srcX, int srcY, int w, int h, int pct); 550 int srcX, int srcY, int w, int h, int pct);
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 691 ZEND_ARG_INFO(0, pct) 703 ZEND_ARG_INFO(0, pct) 3727 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3742 pct = PCT; in PHP_FUNCTION() 3744 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION() 3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3771 pct = PCT; in PHP_FUNCTION() 3773 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 3387 # .pct claris works clip art files
|
Completed in 105 milliseconds