Searched refs:index (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | bug_71742.phpt | 12 foreach (range (0, 100) as $index) { 14 'x' => 2 * $index, 15 'y' => pow($index, 2)
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 88 foreach ($values as $index => $value) { 89 $draw->line($index, $offset, $index, $offset - ($value * $scale));
|
/imagick/ |
H A D | ImagickPixel_arginfo.h | 270 ZEND_ARG_TYPE_INFO(0, index, IS_DOUBLE, 0) 272 ZEND_ARG_INFO(0, index) 277 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0) 279 ZEND_ARG_INFO(0, index)
|
H A D | ImagickPixel.stub.php | 75 public function setIndex(IMAGICK_QUANTUM_TYPE $index): bool {} argument
|
H A D | imagickpixel_class.c | 254 double index; local 257 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &index) == FAILURE) { 259 im_long index; 262 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) { 272 PixelSetIndex(internp->pixel_wand, index);
|
H A D | Imagick.stub.php | 103 public function setIteratorIndex(int $index): bool {} argument 526 public function setImageIndex(int $index): bool {} argument 882 public function getImageColormapColor(int $index): ImagickPixel {} argument 1068 public function setImageColormapColor(int $index, ImagickPixel|string $color): bool {} argument
|
H A D | Imagick_arginfo.h | 453 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0) 455 ZEND_ARG_INFO(0, index) 2116 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0) 2118 ZEND_ARG_INFO(0, index) 3749 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0) 3751 ZEND_ARG_INFO(0, index) 4345 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0) 4347 ZEND_ARG_INFO(0, index)
|
H A D | imagick_class.c | 711 const im_long index; in PHP_METHOD() local 716 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) { in PHP_METHOD() 721 status = MagickSetIteratorIndex(intern->magick_wand, index); in PHP_METHOD() 5497 long index; local 5515 status = MagickSetImageColormapColor(intern->magick_wand, index, color_wand); 6917 im_long index; local 6919 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) { 6928 status = MagickGetImageColormapColor(intern->magick_wand, index , tmp_wand); 8273 im_long index; local 8289 status = MagickSetIteratorIndex(intern->magick_wand, index); [all …]
|
Completed in 52 milliseconds