Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c202 ZEND_ARG_INFO(0, blend)
1766 zend_bool blend; in PHP_FUNCTION() local
1769 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &IM, &blend) == FAILURE) { in PHP_FUNCTION()
1774 gdImageAlphaBlending(im, blend); in PHP_FUNCTION()

Completed in 18 milliseconds