Home
last modified time | relevance | path

Searched refs:foreground_color (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.stub.php138 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument
164 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
H A Dgd.c1973 zend_long foreground_color; in PHP_FUNCTION() local
1980 …ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_… in PHP_FUNCTION()
2004 foreground_color = i; in PHP_FUNCTION()
2007 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION()
2062 zend_long foreground_color; in PHP_FUNCTION() local
2069 …ameters(ZEND_NUM_ARGS(), "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_… in PHP_FUNCTION()
2091 foreground_color = i; in PHP_FUNCTION()
2094 gdImageWBMPCtx(im, foreground_color, ctx); in PHP_FUNCTION()
H A Dgd_arginfo.h212 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 19 milliseconds