Searched refs:tree_depth (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 1025 int $tree_depth, argument 1034 int $tree_depth, argument
|
H A D | imagick_class.c | 5125 long number_colors, colorspace, tree_depth; in PHP_METHOD() local 5130 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_depth, &dither, &measu… in PHP_METHOD() 5138 …status = MagickQuantizeImage(intern->magick_wand, number_colors, colorspace, tree_depth, dither, m… in PHP_METHOD() 5156 im_long number_colors, colorspace, tree_depth; in PHP_METHOD() local 5161 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_depth, &dither, &measu… in PHP_METHOD() 5169 …status = MagickQuantizeImages(intern->magick_wand, number_colors, colorspace, tree_depth, dither, … in PHP_METHOD()
|
H A D | Imagick_arginfo.h | 4181 ZEND_ARG_TYPE_INFO(0, tree_depth, IS_LONG, 0) 4183 ZEND_ARG_INFO(0, tree_depth)
|
Completed in 68 milliseconds