Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.c2337 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument
2361 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2362 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge()
2363 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2377 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument
2402 if (dst == src && pct == 100) { in gdImageCopyMergeGray()
2408 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2409 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2410 ncB = (int)(gdImageBlue (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
H A Dgd.h678 int srcX, int srcY, int w, int h, int pct);
680 int srcX, int srcY, int w, int h, int pct);
/PHP-8.0/ext/gd/
H A Dgd.stub.php204 …int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool {} argument
206 …int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool {} argument
H A Dgd.c2948 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2963 pct = PCT; in PHP_FUNCTION()
2965 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
2976 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2991 pct = PCT; in PHP_FUNCTION()
2993 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
H A Dgd_arginfo.h441 ZEND_ARG_TYPE_INFO(0, pct, IS_LONG, 0)
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6681 # .pct claris works clip art files
H A Dmagic6681 # .pct claris works clip art files

Completed in 174 milliseconds