Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c2391 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge() argument
2415 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2416 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)… in gdImageCopyMerge()
2417 … ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2431 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray() argument
2456 if (dst == src && pct == 100) { in gdImageCopyMergeGray()
2462 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2463 ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2464 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-src/ext/gd/
H A Dgd.stub.php710 …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 Dgd.c3113 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3136 pct = PCT; in PHP_FUNCTION()
3138 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3149 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3172 pct = PCT; in PHP_FUNCTION()
3174 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
H A Dgd_arginfo.h453 ZEND_ARG_TYPE_INFO(0, pct, IS_LONG, 0)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7970 # .pct claris works clip art files
H A Dmagic7970 # .pct claris works clip art files

Completed in 215 milliseconds