Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd.c4555 int int_threshold; in _php_image_convert() local
4570 int_threshold = threshold; in _php_image_convert()
4581 if (int_threshold < 0 || int_threshold > 8) { in _php_image_convert()
4582 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'", int_threshold); in _php_image_convert()
4706 int_threshold = int_threshold * 32; in _php_image_convert()
4712 if (median < int_threshold) { in _php_image_convert()

Completed in 20 milliseconds