Searched refs:pct (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 2337 …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 D | gd.h | 701 int srcX, int srcY, int w, int h, int pct); 703 int srcX, int srcY, int w, int h, int pct);
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 710 …int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool {} argument 712 …int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool {} argument
|
H A D | gd.c | 2871 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 2886 pct = PCT; in PHP_FUNCTION() 2888 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION() 2899 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 2914 pct = PCT; in PHP_FUNCTION() 2916 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
|
H A D | gd_arginfo.h | 455 ZEND_ARG_TYPE_INFO(0, pct, IS_LONG, 0)
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 7970 # .pct claris works clip art files
|
H A D | magic私はガラスを食べられます | 7970 # .pct claris works clip art files
|
Completed in 141 milliseconds