Home
last modified time | relevance | path

Searched refs:text (Results 1 – 13 of 13) sorted by relevance

/imagick/tests/
H A D034_Imagick_annotateImage_basic.phpt27 …$text = "Imagick is a native php \nextension to create and \nmodify images using the\nImageMagick …
31 $imagick->annotateimage($draw, 40, 40, 0, $text);
H A D052_Imagick_distortImage_Arc.phpt13 //Make some text arc around the center of it's image
H A Dfunctions.inc66 * to draw any text fails as the ImageMagick default font is null.
H A DOFL.txt60 included either as stand-alone text files, human-readable headers or
61 in the appropriate machine-readable metadata fields within text or
/imagick/
H A Dphp_imagick_helpers.h37 MagickBooleanType php_imagick_progress_monitor(const char *text, const MagickOffsetType offset, con…
41 MagickBooleanType php_imagick_progress_monitor_callable(const char *text, const MagickOffsetType of…
H A Dimagick_helpers.c26 MagickBooleanType php_imagick_progress_monitor(const char *text, const MagickOffsetType offset, con… in php_imagick_progress_monitor() argument
45 fprintf(fp, "text: %s, offset: %lld, span: %lld\n", text, offset, span); in php_imagick_progress_monitor()
66 MagickBooleanType php_imagick_progress_monitor_callable(const char *text, const MagickOffsetType of… in php_imagick_progress_monitor_callable() argument
86 (void)text; in php_imagick_progress_monitor_callable()
H A DImagickDraw.stub.php44 public function annotation(float $x, float $y, string $text): bool {} argument
H A DImagick.stub.php556 string $text argument
713 …public function queryFontMetrics(ImagickDraw $settings, string $text, ?bool $multiline = null): ar… argument
H A Dimagickdraw_class.c996 unsigned char *text; in PHP_METHOD() local
1003 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dds", &x, &y, &text, &text_len) == FAILURE) { in PHP_METHOD()
1018 DrawAnnotation(internd->drawing_wand, x, y, text); in PHP_METHOD()
H A DImagickDraw_arginfo.h232 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0)
234 ZEND_ARG_INFO(0, text)
H A Dimagick_class.c3455 char *text; in PHP_METHOD() local
3463 …s(ZEND_NUM_ARGS() TSRMLS_CC, "Os|z!", &objvar, php_imagickdraw_sc_entry, &text, &text_len, &multil… in PHP_METHOD()
3469 if (strchr (text, '\n') != NULL) { in PHP_METHOD()
3513 metrics = MagickQueryMultilineFontMetrics(intern->magick_wand, internd->drawing_wand, text); in PHP_METHOD()
3515 metrics = MagickQueryFontMetrics(intern->magick_wand, internd->drawing_wand, text); in PHP_METHOD()
10139 char *text; local
10146 …) TSRMLS_CC, "Oddds", &objvar, php_imagickdraw_sc_entry, &x, &y, &angle, &text, &text_len) == FAIL…
10166 status = MagickAnnotateImage(intern->magick_wand, internd->drawing_wand, x, y, angle, text);
H A DImagick_arginfo.h2278 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0)
2280 ZEND_ARG_INFO(0, text)
3122 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0)
3124 ZEND_ARG_INFO(0, text)
H A DChangeLog699 + Fixed Imagick::queryFontMetrics to autodetect multiline text if multiline argument is not passed …
805 - added a new example called transparent_1x1.html and some explanatory text.

Completed in 65 milliseconds