Home
last modified time | relevance | path

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

/PHP-8.1/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.h701 int srcX, int srcY, int w, int h, int pct);
703 int srcX, int srcY, int w, int h, int pct);
/PHP-8.1/ext/gd/
H A Dgd.stub.php248 …int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool {} argument
250 …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.c3021 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3036 pct = PCT; in PHP_FUNCTION()
3038 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3049 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3064 pct = PCT; in PHP_FUNCTION()
3066 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
H A Dgd_arginfo.h456 ZEND_ARG_TYPE_INFO(0, pct, IS_LONG, 0)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic7047 # .pct claris works clip art files
H A Dmagic私はガラスを食べられます7047 # .pct claris works clip art files

Completed in 143 milliseconds