Home
last modified time | relevance | path

Searched refs:length (Results 1 – 6 of 6) sorted by relevance

/imagick/tests/
H A D166_Imagick_waveImage_basic.phpt12 $length = 20;
14 function waveImage($amplitude, $length) {
17 $imagick->waveImage($amplitude, $length);
22 waveImage($amplitude, $length) ;
H A D018-clone-length.phpt2 Test clone length, this is expected upstream behaviour
20 echo "Image created has length" . PHP_EOL;
23 echo "Image created has zero length" . PHP_EOL;
33 Image created has length
/imagick/
H A Dphp_imagick_defs.h334 #define IM_ZVAL_STRINGL(zv, charstr, length) ZVAL_STRINGL(zv, charstr, length) argument
340 #define IM_ZVAL_STRINGL(zv, charstr, length) ZVAL_STRINGL(zv, charstr, length, 1) argument
H A Dimagick_class.c1148 MagickSizeType length; in PHP_METHOD() local
1159 status = MagickGetImageLength(intern->magick_wand, &length); in PHP_METHOD()
1166 RETVAL_LONG(length); in PHP_METHOD()
1409 size_t length, profiles_count; in PHP_METHOD() local
1433 profile = (char *)MagickGetImageProfile(intern->magick_wand, profiles[i], &length); in PHP_METHOD()
1435 add_assoc_stringl(return_value, profiles[i], profile, length); in PHP_METHOD()
1437 add_assoc_stringl(return_value, profiles[i], profile, length, 1); in PHP_METHOD()
7475 long length; local
7477 size_t length; local
7488 profile = (char *)MagickGetImageProfile(intern->magick_wand, name, &length);
[all …]
H A DImagick.stub.php23 public function waveImage(float $amplitude, float $length): bool {} argument
H A DImagick_arginfo.h116 ZEND_ARG_TYPE_INFO(0, length, IS_DOUBLE, 0)
118 ZEND_ARG_INFO(0, length)

Completed in 51 milliseconds