Home
last modified time | relevance | path

Searched refs:background_color (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagecolormatch_basic.phpt13 $background_color = imagecolorallocate($ima, 0, 0, 0);
15 $background_color = imagecolorallocate($imb, 0, 0, 100);
H A Dimagecolormatch_error2.phpt13 $background_color = imagecolorallocate($ima, 0, 0, 0);
15 $background_color = imagecolorallocate($imb, 0, 0, 100);
H A Dimagecolormatch_error3.phpt13 $background_color = imagecolorallocate($ima, 0, 0, 0);
15 $background_color = imagecolorallocate($imb, 0, 0, 100);
H A Dimagecolormatch_error4.phpt13 $background_color = imagecolorallocate($ima, 0, 0, 0);
15 $background_color = imagecolorallocate($imb, 0, 0, 100);
H A Dbug52070.phpt10 $background_color = imagecolorallocate($im, 40, 40, 40);
H A Dimagecolorclosesthwb_basic_001.phpt15 $background_color = imagecolorallocate($image, 0, 24, 200);
/PHP-8.0/ext/gd/
H A Dgd.stub.php56 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … argument
H A Dgd_arginfo.h124 ZEND_ARG_TYPE_INFO(0, background_color, IS_LONG, 0)

Completed in 15 milliseconds