Searched refs:profile (Results 1 – 4 of 4) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 1405 char *pattern = "*", **profiles, *profile; in PHP_METHOD() local 1439 IMAGICK_FREE_MAGICK_MEMORY(profile); in PHP_METHOD() 5094 char *name, *profile; in PHP_METHOD() local 5222 unsigned char *profile; in PHP_METHOD() local 5241 if (!profile) { in PHP_METHOD() 5246 IM_ZVAL_STRING(return_value, (char *)profile); in PHP_METHOD() 5247 IMAGICK_FREE_MAGICK_MEMORY(profile); in PHP_METHOD() 5695 char *name, *profile; local 7472 char *profile, *name; local 7490 if (profile) { [all …]
|
H A D | Imagick.stub.php | 1020 public function profileImage(string $name, string $profile): bool {} argument 1081 public function setImageProfile(string $name, string $profile): bool {} argument
|
H A D | Imagick_arginfo.h | 4154 ZEND_ARG_TYPE_INFO(0, profile, IS_STRING, 0) 4156 ZEND_ARG_INFO(0, profile)
|
H A D | ChangeLog | 878 where the image's profile causes the browser to not properly render
|
Completed in 51 milliseconds