Searched refs:pct (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gd.c | 2277 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument 2301 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2302 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge() 2303 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2317 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument 2342 if (dst == src && pct == 100) { in gdImageCopyMergeGray() 2348 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2349 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2350 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
|
H A D | gd.h | 673 int srcX, int srcY, int w, int h, int pct); 675 int srcX, int srcY, int w, int h, int pct);
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 655 ZEND_ARG_INFO(0, pct) 667 ZEND_ARG_INFO(0, pct) 3676 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3696 pct = PCT; in PHP_FUNCTION() 3698 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION() 3710 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3730 pct = PCT; in PHP_FUNCTION() 3732 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 4208 # .pct claris works clip art files
|
H A D | magic私はガラスを食べられます | 4208 # .pct claris works clip art files
|
Completed in 119 milliseconds