Searched refs:profile_len (Results 1 – 1 of 1) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 5095 IM_LEN_TYPE name_len, profile_len; in PHP_METHOD() local 5099 …parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &profile, &profile_len) == FAILURE) { in PHP_METHOD() 5107 status = MagickProfileImage(intern->magick_wand, name, profile, profile_len); in PHP_METHOD() 5225 long profile_len; in PHP_METHOD() local 5227 size_t profile_len; in PHP_METHOD() local 5239 profile = MagickRemoveImageProfile(intern->magick_wand, name, &profile_len); in PHP_METHOD() 5696 IM_LEN_TYPE profile_len, name_len; local 5700 …parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &profile, &profile_len) == FAILURE) { 5708 status = MagickSetImageProfile(intern->magick_wand, name, profile, profile_len);
|
Completed in 39 milliseconds