Searched defs:value (Results 1 – 8 of 8) sorted by relevance
/imagick/ |
H A D | imagick_helpers.c | 162 static inline double im_round_helper(double value) { in im_round_helper() 314 double value = 0.0; in php_imagick_zval_to_double_array() local 365 im_long value = 0; in php_imagick_zval_to_long_array() local 417 im_long value = 0; in php_imagick_zval_to_char_array() local 969 #define IMAGICK_REGISTER_CONST_LONG(const_name, value)\ in php_imagick_initialize_constants() argument 972 #define IMAGICK_REGISTER_CONST_STRING(const_name, value)\ in php_imagick_initialize_constants() argument
|
H A D | ImagickPixel.stub.php | 57 public function setColorValue(int $color, float $value): bool {} 69 public function setColorValueQuantum(int $color, IMAGICK_QUANTUM_TYPE $value): bool{}
|
H A D | php_imagick_macros.h | 24 #define IMAGICK_FREE_MAGICK_MEMORY(value) \ argument
|
H A D | imagickkernel_class.c | 42 double value; in php_imagickkernelvalues_to_zval() local
|
H A D | Imagick.stub.php | 139 public function setImageProperty(string $name, string $value): bool {} 416 public function setImageArtifact(string $artifact, string $value): bool {} 640 public function setImageAttribute(string $key, string $value): bool {} 1196 public function setOption(string $key, string $value): bool {} 1275 public static function setRegistry(string $key, string $value): bool {}
|
H A D | imagick_class.c | 924 char *name, *value; in PHP_METHOD() local 952 char *name, *value; in PHP_METHOD() local 3011 char *artifact, *value; in PHP_METHOD() local 3034 char *artifact, *value; in PHP_METHOD() local 3637 zval *value; in PHP_METHOD() local 7913 static inline double im_round_helper_class(double value) { 11555 char *key, *value; local 12013 char *key, *value; local 12614 char *key, *value; local 12638 char *key, *value; local [all …]
|
H A D | shim_im6_to_im7.c | 293 const ChannelType channel,const MagickEvaluateOperator op,const double value) { in MagickEvaluateImageChannel()
|
H A D | imagickdraw_class.c | 1246 double value; local
|
Completed in 87 milliseconds