Searched refs:MaxTextExtent (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/www/source/ |
D | analyze.c | 84 text[MaxTextExtent]; in analyzeImage() 188 (void) FormatMagickString(text,MaxTextExtent,"%g",brightness_mean); in analyzeImage() 192 (void) FormatMagickString(text,MaxTextExtent,"%g", in analyzeImage() 202 (void) FormatMagickString(text,MaxTextExtent,"%g",brightness_kurtosis); in analyzeImage() 209 (void) FormatMagickString(text,MaxTextExtent,"%g",brightness_skewness); in analyzeImage() 212 (void) FormatMagickString(text,MaxTextExtent,"%g",saturation_mean); in analyzeImage() 216 (void) FormatMagickString(text,MaxTextExtent,"%g", in analyzeImage() 226 (void) FormatMagickString(text,MaxTextExtent,"%g",saturation_kurtosis); in analyzeImage() 233 (void) FormatMagickString(text,MaxTextExtent,"%g",saturation_skewness); in analyzeImage()
|
D | mgk.c | 127 buffer[MaxTextExtent]; in ReadMGKImage() 367 buffer[MaxTextExtent]; in WriteMGKImage() 418 (void) FormatLocaleString(buffer,MaxTextExtent,"%lu %lu\n",image->columns, in WriteMGKImage()
|
/external/ImageMagick/MagickCore/ |
D | method-attribute.h | 90 #define MaxTextExtent MagickPathExtent macro
|
/external/ImageMagick/www/source/core/ |
D | sigmoidal-contrast.c | 90 (void) CopyMagickString(image_info->filename,argv[1],MaxTextExtent); in main()
|
/external/ImageMagick/coders/ |
D | ghostscript-private.h | 178 (void) FormatLocaleString(message,MaxTextExtent, in InvokeGhostscriptDelegate()
|