Searched refs:comment (Results 1 – 8 of 8) sorted by relevance
/imagick/ |
H A D | ImagickDraw.stub.php | 182 public function comment(string $comment): bool {} argument
|
H A D | ImagickDraw_arginfo.h | 901 ZEND_ARG_TYPE_INFO(0, comment, IS_STRING, 0) 903 ZEND_ARG_INFO(0, comment) 1671 ZEND_METHOD(ImagickDraw, comment); 1847 ZEND_ME(ImagickDraw, comment, arginfo_class_ImagickDraw_comment, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 1367 PHP_METHOD(ImagickDraw, comment) argument 1370 char *comment; local 1374 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &comment, &comment_len) == FAILURE) { 1380 DrawComment(internd->drawing_wand, comment);
|
H A D | Imagick.stub.php | 533 public function commentImage(string $comment): bool {} argument
|
H A D | ChangeLog | 772 - added function imagick_set_image_comment() for setting the comment attribute 957 - changed comment header in imagick.h to match the one in imagick.c
|
H A D | php_imagick_defs.h | 1029 PHP_METHOD(imagickdraw, comment);
|
H A D | Imagick_arginfo.h | 2136 ZEND_ARG_TYPE_INFO(0, comment, IS_STRING, 0) 2138 ZEND_ARG_INFO(0, comment)
|
H A D | imagick_class.c | 8774 char *comment; local 8779 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &comment, &comment_len) == FAILURE) { 8788 status = MagickCommentImage(intern->magick_wand, comment);
|
Completed in 95 milliseconds