Searched refs:pct (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gd.c | 2335 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument 2359 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2360 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge() 2361 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2375 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument 2400 if (dst == src && pct == 100) { in gdImageCopyMergeGray() 2406 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2407 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2408 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
|
H A D | gd.h | 684 int srcX, int srcY, int w, int h, int pct); 686 int srcX, int srcY, int w, int h, int pct);
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 671 ZEND_ARG_INFO(0, pct) 683 ZEND_ARG_INFO(0, pct) 3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3776 pct = PCT; in PHP_FUNCTION() 3778 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION() 3790 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3810 pct = PCT; in PHP_FUNCTION() 3812 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 5525 # .pct claris works clip art files
|
H A D | magic私はガラスを食べられます | 5525 # .pct claris works clip art files
|
Completed in 136 milliseconds