Searched refs:length (Results 1 – 6 of 6) sorted by relevance
/imagick/tests/ |
H A D | 166_Imagick_waveImage_basic.phpt | 12 $length = 20; 14 function waveImage($amplitude, $length) { 17 $imagick->waveImage($amplitude, $length); 22 waveImage($amplitude, $length) ;
|
H A D | 018-clone-length.phpt | 2 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 D | php_imagick_defs.h | 334 #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 D | imagick_class.c | 1148 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 D | Imagick.stub.php | 23 public function waveImage(float $amplitude, float $length): bool {} argument
|
H A D | Imagick_arginfo.h | 116 ZEND_ARG_TYPE_INFO(0, length, IS_DOUBLE, 0) 118 ZEND_ARG_INFO(0, length)
|
Completed in 102 milliseconds