Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c207 ZEND_ARG_INFO(0, blend)
1701 zend_bool blend; in PHP_FUNCTION() local
1704 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rb", &IM, &blend) == FAILURE) { in PHP_FUNCTION()
1712 gdImageAlphaBlending(im, blend); in PHP_FUNCTION()

Completed in 16 milliseconds