Searched refs:foreground_color (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 601 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument 627 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
|
H A D | gd.c | 1824 zend_long foreground_color; in PHP_FUNCTION() local 1831 …ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_… in PHP_FUNCTION() 1855 foreground_color = i; in PHP_FUNCTION() 1858 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION() 1913 zend_long foreground_color; in PHP_FUNCTION() local 1920 …ameters(ZEND_NUM_ARGS(), "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_… in PHP_FUNCTION() 1942 foreground_color = i; in PHP_FUNCTION() 1945 gdImageWBMPCtx(im, foreground_color, ctx); in PHP_FUNCTION()
|
H A D | gd_arginfo.h | 211 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null") 256 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null")
|
Completed in 25 milliseconds