Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.stub.php601 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 Dgd.c1843 zend_long foreground_color; in PHP_FUNCTION() local
1854 Z_PARAM_LONG_OR_NULL(foreground_color, foreground_color_is_null) in PHP_FUNCTION()
1877 foreground_color = i; in PHP_FUNCTION()
1880 gdImageXbmCtx(im, file ? file : "", (int) foreground_color, ctx); in PHP_FUNCTION()
2075 zend_long foreground_color; in PHP_FUNCTION() local
2086 Z_PARAM_LONG_OR_NULL(foreground_color, foreground_color_is_null) in PHP_FUNCTION()
2103 foreground_color = i; in PHP_FUNCTION()
2106 gdImageWBMPCtx(im, foreground_color, ctx); in PHP_FUNCTION()
H A Dgd_arginfo.h209 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null")
254 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, foreground_color, IS_LONG, 1, "null")

Completed in 22 milliseconds