Home
last modified time | relevance | path

Searched refs:index (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A Dbug_71742.phpt12 foreach (range (0, 100) as $index) {
14 'x' => 2 * $index,
15 'y' => pow($index, 2)
H A D081_Imagick_getImageHistogram_basic.phpt88 foreach ($values as $index => $value) {
89 $draw->line($index, $offset, $index, $offset - ($value * $scale));
/imagick/
H A DImagickPixel_arginfo.h270 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 DImagickPixel.stub.php75 public function setIndex(IMAGICK_QUANTUM_TYPE $index): bool {} argument
H A Dimagickpixel_class.c254 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 DImagick.stub.php103 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 DImagick_arginfo.h453 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 Dimagick_class.c711 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 71 milliseconds