Searched refs:number_colors (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 1023 int $number_colors, argument 1032 int $number_colors, argument
|
H A D | imagick_class.c | 5125 long number_colors, colorspace, tree_depth; in PHP_METHOD() local 5130 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_d… 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 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_d… in PHP_METHOD() 5169 …status = MagickQuantizeImages(intern->magick_wand, number_colors, colorspace, tree_depth, dither, … in PHP_METHOD()
|
H A D | Imagick_arginfo.h | 4169 ZEND_ARG_TYPE_INFO(0, number_colors, IS_LONG, 0) 4171 ZEND_ARG_INFO(0, number_colors)
|
Completed in 53 milliseconds