HomeSort by relevance Sort by last modified time
    Searched refs:FormatMagickCaption (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
annotate.h 34 FormatMagickCaption(Image *,DrawInfo *,const MagickBooleanType,TypeMetric *,
methods.h 337 #define FormatMagickCaption PrependMagickMethod(FormatMagickCaption)
    [all...]
annotate.c 576 % FormatMagickCaption() formats a caption so that it fits within the image
579 % The format of the FormatMagickCaption method is:
581 % ssize_t FormatMagickCaption(Image *image,DrawInfo *draw_info,
600 MagickExport ssize_t FormatMagickCaption(Image *image,DrawInfo *draw_info,
    [all...]
fx.c     [all...]
  /external/ImageMagick/coders/
caption.c 167 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
183 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception);
218 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
244 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
274 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception);
  /external/ImageMagick/www/api/
annotate.php 55 <p class="text-center"><a href="annotate.php#AnnotateImage">AnnotateImage</a> &bull; <a href="annotate.php#FormatMagickCaption">FormatMagickCaption</a> &bull; <a href="annotate.php#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> &bull; <a href="annotate.php#GetTypeMetrics">GetTypeMetrics</a></p>
138 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/annotate_8c.html" id="FormatMagickCaption">FormatMagickCaption</a></h2>
140 <p>FormatMagickCaption() formats a caption so that it fits within the image width. It returns the number of lines in the formatted caption.</p>
142 <p>The format of the FormatMagickCaption method is:</p>
145 ssize_t FormatMagickCaption(Image *image,DrawInfo *draw_info,

Completed in 558 milliseconds