Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.stub.php602 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 Dgd.c1823 zend_long foreground_color; in PHP_FUNCTION() local
1830 …ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_… in PHP_FUNCTION()
1854 foreground_color = i; in PHP_FUNCTION()
1857 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION()
1912 zend_long foreground_color; in PHP_FUNCTION() local
1919 …ameters(ZEND_NUM_ARGS(), "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_… in PHP_FUNCTION()
1941 foreground_color = i; in PHP_FUNCTION()
1944 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 66 milliseconds