Searched refs:foreground_color (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 104 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument 125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
|
H A D | gd.c | 1897 zend_long foreground_color; in PHP_FUNCTION() local 1904 …ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_… in PHP_FUNCTION() 1928 foreground_color = i; in PHP_FUNCTION() 1931 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION() 1977 zend_long foreground_color; in PHP_FUNCTION() local 1984 …ameters(ZEND_NUM_ARGS(), "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_… in PHP_FUNCTION() 2006 foreground_color = i; in PHP_FUNCTION() 2009 gdImageWBMPCtx(im, foreground_color, ctx); in PHP_FUNCTION()
|
H A D | gd_arginfo.h | 206 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null") 242 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null")
|
Completed in 21 milliseconds