Home
last modified time | relevance | path

Searched refs:pct (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2262 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument
2286 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2287 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge()
2288 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2302 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument
2327 if (dst == src && pct == 100) { in gdImageCopyMergeGray()
2333 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2334 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2335 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
H A Dgd.h672 int srcX, int srcY, int w, int h, int pct);
674 int srcX, int srcY, int w, int h, int pct);
/PHP-5.5/ext/gd/
H A Dgd.c647 ZEND_ARG_INFO(0, pct)
659 ZEND_ARG_INFO(0, pct)
3639 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3654 pct = PCT; in PHP_FUNCTION()
3656 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3668 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3683 pct = PCT; in PHP_FUNCTION()
3685 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3757 # .pct claris works clip art files

Completed in 66 milliseconds