/external/ImageMagick/MagickCore/ |
annotate.h | 31 GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *,ExceptionInfo *);
|
montage.c | 541 (void) GetTypeMetrics(image_list[0],draw_info,&metrics,exception); 694 (void) GetTypeMetrics(image_list[0],draw_clone_info,&tile_metrics, [all...] |
annotate.c | 355 (void) GetTypeMetrics(image,annotate,&metrics,exception); 632 status=GetTypeMetrics(image,draw_info,metrics,exception); 705 % This method is like GetTypeMetrics() but it returns the maximum text width 771 status=GetTypeMetrics(image,annotate_info,&extent,exception); 786 status=GetTypeMetrics(image,annotate_info,&extent,exception); 824 % GetTypeMetrics() returns the following information for the specified font 843 % The format of the GetTypeMetrics method is: 845 % MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info, 859 MagickExport MagickBooleanType GetTypeMetrics(Image *image, [all...] |
methods.h | [all...] |
draw.c | [all...] |
/external/ImageMagick/coders/ |
wmf.c | [all...] |
txt.c | 274 status=GetTypeMetrics(image,draw_info,&metrics,exception);
|
msl.c | [all...] |
/external/ImageMagick/MagickWand/ |
magick-wand.c | 563 status=GetTypeMetrics(wand->images,draw_info,&metrics,wand->exception); [all...] |
drawing-wand.c | [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...] |