Home
last modified time | relevance | path

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

/imagick/tests/
H A D043_Imagick_colorizeImage_basic.phpt30 // TODO - legacy mode of setting fraction as transparency needs
34 if (strlen($bytes) <= 0) { echo "Failed to generate image for legacy mode.";}
/imagick/
H A Dimagick_file.c37 # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
H A DImagick.stub.php446 public function count(int $mode = 0): int {} argument
H A DImagick_arginfo.h1748 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "0")
1750 ZEND_ARG_INFO(0, mode)
H A Dimagick_class.c3379 im_long mode = 0; in PHP_METHOD() local
3381 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &mode) == FAILURE) { in PHP_METHOD()

Completed in 106 milliseconds