Searched refs:measure_error (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 1027 bool $measure_error argument 1036 bool $measure_error): bool {} argument
|
H A D | imagick_class.c | 5126 zend_bool dither, measure_error; in PHP_METHOD() local 5130 …SRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_depth, &dither, &measure_error) == FAILURE) { in PHP_METHOD() 5138 …ckQuantizeImage(intern->magick_wand, number_colors, colorspace, tree_depth, dither, measure_error); in PHP_METHOD() 5157 zend_bool dither, measure_error; in PHP_METHOD() local 5161 …SRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_depth, &dither, &measure_error) == FAILURE) { in PHP_METHOD() 5169 …kQuantizeImages(intern->magick_wand, number_colors, colorspace, tree_depth, dither, measure_error); in PHP_METHOD()
|
H A D | Imagick_arginfo.h | 4193 ZEND_ARG_TYPE_INFO(0, measure_error, _IS_BOOL, 0) 4195 ZEND_ARG_INFO(0, measure_error)
|
Completed in 50 milliseconds