Searched refs:foreground_color (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 602 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument 628 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
|
H A D | gd.c | 1828 zend_long foreground_color; in PHP_FUNCTION() local 1835 …ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_… in PHP_FUNCTION() 1859 foreground_color = i; in PHP_FUNCTION() 1862 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION() 1917 zend_long foreground_color; in PHP_FUNCTION() local 1924 …ameters(ZEND_NUM_ARGS(), "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_… in PHP_FUNCTION() 1946 foreground_color = i; in PHP_FUNCTION() 1949 gdImageWBMPCtx(im, foreground_color, ctx); in PHP_FUNCTION()
|
H A D | gd_arginfo.h | 212 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null") 257 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null")
|
Completed in 17 milliseconds