Searched refs:pct (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd.c | 2331 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument 2355 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2356 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge() 2357 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2371 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument 2396 if (dst == src && pct == 100) { in gdImageCopyMergeGray() 2402 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2403 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2404 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
|
H A D | gd.h | 686 int srcX, int srcY, int w, int h, int pct); 688 int srcX, int srcY, int w, int h, int pct);
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 674 ZEND_ARG_INFO(0, pct) 686 ZEND_ARG_INFO(0, pct) 3759 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3779 pct = PCT; in PHP_FUNCTION() 3781 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION() 3793 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3813 pct = PCT; in PHP_FUNCTION() 3815 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 5055 # .pct claris works clip art files
|
H A D | magic私はガラスを食べられます | 5055 # .pct claris works clip art files
|
Completed in 182 milliseconds