/external/ImageMagick/MagickCore/ |
blob.c | 481 (void) FormatLocaleString(blob_info->filename,MagickPathExtent,"%s:%s", 503 (void) FormatLocaleString(clone_info->filename,MagickPathExtent,"%s:%s", 792 (void) FormatLocaleString(blob_info->filename,MagickPathExtent,"%s:%s", 849 (void) FormatLocaleString(clone_info->filename,MagickPathExtent, [all...] |
mime.c | [all...] |
identify.c | 867 (void) FormatLocaleString(channel,MagickPathExtent,"Channel %.20g", [all...] |
locale.c | 440 % FormatLocaleString() prints formatted output of a variable argument list to 443 % The format of the FormatLocaleString method is: 445 % ssize_t FormatLocaleString(char *string,const size_t length, 450 % o string: FormatLocaleString() returns the formatted string in this 509 MagickExport ssize_t FormatLocaleString(char *magick_restrict string, 801 (void) FormatLocaleString(name,MagickLocaleExtent,"%s/",tag); 867 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element, [all...] |
xwindow.c | 635 (void) FormatLocaleString(image_geometry,MagickPathExtent,"%ux%u", [all...] |
fx.c | 935 (void) FormatLocaleString(format,MagickPathExtent,"%.20g: ",(double) v); 939 (void) FormatLocaleString(format,MagickPathExtent,"%+f ", [all...] |
cache.c | 867 (void) FormatLocaleString(message,MagickPathExtent,"%s => %s", [all...] |
type.c | 240 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",font_path, 998 (void) FormatLocaleString(weight,MagickPathExtent,"%.20g",(double) [all...] |
resize.c | [all...] |
draw.c | [all...] |
/external/ImageMagick/MagickWand/ |
magick-wand.c | 132 (void) FormatLocaleString(clone_wand->name,MagickPathExtent,"%s-%.20g", [all...] |
wand-view.c | 139 (void) FormatLocaleString(clone_view->name,MagickPathExtent,"%s-%.20g", 773 (void) FormatLocaleString(wand_view->name,MagickPathExtent,"%s-%.20g", 836 (void) FormatLocaleString(wand_view->name,MagickPathExtent,"%s-%.20g", [all...] |
operation.c | 119 (void) FormatLocaleString(message,MagickPathExtent,"Monitor/%s",tag); 156 (void) FormatLocaleString(key,MagickPathExtent,"cache:%s",path); [all...] |
/external/ImageMagick/coders/ |
wmf.c | 227 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"eps:%s", 541 (void) FormatLocaleString(pattern_id,MagickPathExtent,"brush_%lu",id); 757 (void) FormatLocaleString(size,MagickPathExtent,"%ux%u",bmp_read->width, 848 (void) FormatLocaleString(comment,MagickPathExtent, 916 (void) FormatLocaleString(pattern_id,MagickPathExtent,"#brush_%lu", [all...] |
ept.c | 450 (void) FormatLocaleString(filename,MagickPathExtent,"tiff:%s",
|
flif.c | 321 (void) FormatLocaleString(version,MagickPathExtent,"libflif %d.%d.%d [%04X]",
|
pes.c | 676 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"svg:%s",
|
png.c | [all...] |
tiff.c | 498 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s",filename); 860 (void) FormatLocaleString(value,MagickPathExtent,"%d",shorty); 876 (void) FormatLocaleString(value,MagickPathExtent,"%d", 888 (void) FormatLocaleString(value,MagickPathExtent,"%d",longy); 899 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) 913 (void) FormatLocaleString(value,MagickPathExtent,"%g",(double) 924 (void) FormatLocaleString(value,MagickPathExtent,"%g",doubley); [all...] |
jpeg.c | 748 (void) FormatLocaleString(name,MagickPathExtent,"APP%d",marker); 1017 (void) FormatLocaleString(sampling_factor,MagickPathExtent, 1032 (void) FormatLocaleString(sampling_factor,MagickPathExtent,"%dx%d", 1040 (void) FormatLocaleString(sampling_factor,MagickPathExtent, 1053 (void) FormatLocaleString(sampling_factor,MagickPathExtent, [all...] |
pango.c | 519 (void) FormatLocaleString(version,MagickPathExtent,"Pangocairo %s",
|
pcd.c | 677 (void) FormatLocaleString(image->filename,MagickPathExtent, 679 (void) FormatLocaleString(image->magick_filename,MagickPathExtent, [all...] |
webp.c | 488 (void) FormatLocaleString(version,MagickPathExtent,"libwebp %d.%d.%d [%04X]",
|
/external/ImageMagick/Magick++/lib/ |
Options.cpp | 397 FormatLocaleString(_imageInfo->filename,MagickPathExtent,"%.1024s:", 985 (void) FormatLocaleString(option,MagickPathExtent,"%.20g",value_);
|
Statistic.cpp | 210 (void) FormatLocaleString(buffer,6,"%05x",hex);
|