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

  /external/ImageMagick/MagickCore/
annotate.h 31 GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *,ExceptionInfo *);
montage.c 540 (void) GetTypeMetrics(image_list[0],draw_info,&metrics,exception);
689 (void) GetTypeMetrics(image_list[0],clone_info,&metrics,exception);
    [all...]
annotate.c 354 (void) GetTypeMetrics(image,annotate,&metrics,exception);
640 status=GetTypeMetrics(image,draw_info,metrics,exception);
712 % This method is like GetTypeMetrics() but it returns the maximum text width
774 status=GetTypeMetrics(image,annotate_info,&extent,exception);
779 status=GetTypeMetrics(image,annotate_info,&extent,exception);
808 % GetTypeMetrics() returns the following information for the specified font
827 % The format of the GetTypeMetrics method is:
829 % MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info,
843 MagickExport MagickBooleanType GetTypeMetrics(Image *image,
    [all...]
methods.h     [all...]
  /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>
192 <p>This method is like GetTypeMetrics() but it returns the maximum text width and height for multiple lines of text.</p>
225 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/annotate_8c.html" id="GetTypeMetrics">GetTypeMetrics</a></h2>
227 <p>GetTypeMetrics() returns the following information for the specified font and text:</p>
247 <p>The format of the GetTypeMetrics method is:</p>
250 MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info,
  /external/ImageMagick/coders/
wmf.c     [all...]
txt.c 272 status=GetTypeMetrics(image,draw_info,&metrics,exception);
msl.c     [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 561 status=GetTypeMetrics(wand->images,draw_info,&metrics,wand->exception);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 236 milliseconds