Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c2280 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument
2304 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2305 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge()
2306 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2320 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument
2345 if (dst == src && pct == 100) { in gdImageCopyMergeGray()
2351 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2352 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2353 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
H A Dgd.h673 int srcX, int srcY, int w, int h, int pct);
675 int srcX, int srcY, int w, int h, int pct);
/PHP-5.6/ext/gd/
H A Dgd.c658 ZEND_ARG_INFO(0, pct)
670 ZEND_ARG_INFO(0, pct)
3690 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3705 pct = PCT; in PHP_FUNCTION()
3707 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3719 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3734 pct = PCT; in PHP_FUNCTION()
3736 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic3961 # .pct claris works clip art files

Completed in 64 milliseconds