/external/ImageMagick/MagickCore/ |
identify.c | 262 n=FormatLocaleFile(file,FeaturesFormat,name, 308 (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(), 338 (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y); 346 (void) FormatLocaleFile(file,"\n"); 363 n=FormatLocaleFile(file," %s:\n",name); 364 n+=FormatLocaleFile(file," Centroid: %.*g,%.*g\n", 367 n+=FormatLocaleFile(file," Ellipse Semi-Major/Minor axis: %.*g,%.*g\n", 370 n+=FormatLocaleFile(file," Ellipse angle: %.*g\n", 372 n+=FormatLocaleFile(file," Ellipse eccentricity: %.*g\n", 374 n+=FormatLocaleFile(file," Ellipse intensity: %.*g (%.*g)\n" [all...] |
version.c | 614 (void) FormatLocaleFile(file,"Version: %s\n", 616 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); 617 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); 619 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); 621 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); 622 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", 626 (void) FormatLocaleFile(file,"Wizard attributes: "); 627 (void) FormatLocaleFile(file,"QuantumRange=%g; ",(double) QuantumRange); 628 (void) FormatLocaleFile(file,"QuantumScale=%.*g; ",GetMagickPrecision(), 630 (void) FormatLocaleFile(file,"MagickEpsilon=%.*g; ",GetMagickPrecision() [all...] |
distort.c | [all...] |
locale_.h | 69 FormatLocaleFile(FILE *,const char *magick_restrict,...)
|
coder.c | 559 (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); 560 (void) FormatLocaleFile(file,"Magick Coder\n"); 561 (void) FormatLocaleFile(file, 566 (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); 568 (void) FormatLocaleFile(file," "); 570 (void) FormatLocaleFile(file,"%s",coder_info[i]->name); 571 (void) FormatLocaleFile(file,"\n");
|
exception.c | 307 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); 309 (void) FormatLocaleFile(stderr," (%s)",description); 310 (void) FormatLocaleFile(stderr,".\n"); 348 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); 350 (void) FormatLocaleFile(stderr," (%s)",description); 351 (void) FormatLocaleFile(stderr,".\n"); 393 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); 395 (void) FormatLocaleFile(stderr," (%s)",description); 396 (void) FormatLocaleFile(stderr,".\n"); [all...] |
magic.c | 717 (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path); 718 (void) FormatLocaleFile(file,"Name Offset Target\n"); 719 (void) FormatLocaleFile(file, 724 (void) FormatLocaleFile(file,"%s",magic_info[i]->name); 726 (void) FormatLocaleFile(file," "); 727 (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset); 732 (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]); 734 (void) FormatLocaleFile(file,"\\%03o",(unsigned int) 737 (void) FormatLocaleFile(file,"\n");
|
log.c | 371 (void) FormatLocaleFile(log_info->file,"</log>\n"); 797 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); 810 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); 815 (void) FormatLocaleFile(file," "); 816 (void) FormatLocaleFile(file," Generations Limit Format\n"); 817 (void) FormatLocaleFile(file,"-----------------------------------------" 823 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); 825 (void) FormatLocaleFile(file," "); 827 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); 828 (void) FormatLocaleFile(file,"%8g ",(double) log_info[i]->limit) [all...] |
policy.c | 712 (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path); 716 (void) FormatLocaleFile(file," Policy: %s\n",domain); 722 (void) FormatLocaleFile(file," name: %s\n",policy_info[i]->name); 724 (void) FormatLocaleFile(file," value: %s\n",policy_info[i]->value); 728 (void) FormatLocaleFile(file," rights: "); 730 (void) FormatLocaleFile(file,"None "); 732 (void) FormatLocaleFile(file,"Read "); 734 (void) FormatLocaleFile(file,"Write "); 736 (void) FormatLocaleFile(file,"Execute "); 737 (void) FormatLocaleFile(file,"\n") [all...] |
resample.c | 344 (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0); 566 (void) FormatLocaleFile(stderr, "v1=%ld; v2=%ld\n", (long)v1, (long)v2); 567 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw); 580 (void) FormatLocaleFile(stderr, "# scan line from pixel %ld, %ld\n", (long)uu, (long)v); 628 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", 630 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", 633 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", 635 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", 648 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) ); [all...] |
mime.c | 746 (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path); 747 (void) FormatLocaleFile(file,"Type Description\n"); 748 (void) FormatLocaleFile(file, 753 (void) FormatLocaleFile(file,"%s",mime_info[i]->type); 757 (void) FormatLocaleFile(file," "); 761 (void) FormatLocaleFile(file,"\n"); 763 (void) FormatLocaleFile(file," "); 766 (void) FormatLocaleFile(file,"%s",mime_info[i]->description); 767 (void) FormatLocaleFile(file,"\n"); [all...] |
magick.c | [all...] |
segment.c | 462 (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n"); 463 (void) FormatLocaleFile(stdout,"===================\n\n"); 464 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double) 466 (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double) 468 (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n", 473 (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n"); 474 (void) FormatLocaleFile(stdout,"=============================\n\n"); 476 (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) 481 (void) FormatLocaleFile(stdout, 483 (void) FormatLocaleFile(stdout,"================") [all...] |
resource.c | 886 (void) FormatLocaleFile(file,"Resource limits:\n"); 887 (void) FormatLocaleFile(file," Width: %s\n",width_limit); 888 (void) FormatLocaleFile(file," Height: %s\n",height_limit); 889 (void) FormatLocaleFile(file," List length: %.20g\n",(double) 891 (void) FormatLocaleFile(file," Area: %s\n",area_limit); 892 (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); 893 (void) FormatLocaleFile(file," Map: %s\n",map_limit); 894 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); 895 (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) 897 (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType [all...] |
layer.c | [all...] |
locale.c | 352 % FormatLocaleFile() prints formatted output of a variable argument list to a 355 % The format of the FormatLocaleFile method is: 357 % ssize_t FormatLocaleFile(FILE *file,const char *format,...) 413 MagickExport ssize_t FormatLocaleFile(FILE *file, [all...] |
module.c | [all...] |
morphology.c | 420 (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n", [all...] |
configure.c | [all...] |
/external/ImageMagick/coders/ |
json.c | 212 (void) FormatLocaleFile(file,format,"null"); 250 (void) FormatLocaleFile(file,format,"null"); 316 (void) FormatLocaleFile(file,format,escaped_json); 523 n=FormatLocaleFile(file,FeaturesFormat,name, 538 (void) FormatLocaleFile(file," }"); 540 (void) FormatLocaleFile(file,","); 541 (void) FormatLocaleFile(file,"\n"); 574 (void) FormatLocaleFile(file," \"%s\": {\n \"intensity\": " 605 (void) FormatLocaleFile(file,",\n"); 606 (void) FormatLocaleFile(file," \"location%.20g\": {\n [all...] |
pes.c | 648 (void) FormatLocaleFile(file,"<?xml version=\"1.0\"?>\n"); 649 (void) FormatLocaleFile(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" " 657 (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" " 662 (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1, 664 (void) FormatLocaleFile(file,"\"/>\n"); 666 (void) FormatLocaleFile(file,"</svg>\n");
|
svg.c | 842 (void) FormatLocaleFile(svg_info->file,"font-size %g\n", 871 (void) FormatLocaleFile(svg_info->file,"clip-path \"%s\"\n",value); 876 (void) FormatLocaleFile(svg_info->file,"clip-rule \"%s\"\n",value); 882 (void) FormatLocaleFile(svg_info->file,"clip-units \"%s\"\n", 900 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",color); 904 (void) FormatLocaleFile(svg_info->file,"fill '#000000'\n"); 906 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); 911 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); 916 (void) FormatLocaleFile(svg_info->file,"fill-rule \"%s\"\n",value); 921 (void) FormatLocaleFile(svg_info->file,"fill-opacity \"%s\"\n" [all...] |
/external/ImageMagick/tests/ |
validate.c | 606 (void) FormatLocaleFile(stdout," HSIToRGB"); 622 (void) FormatLocaleFile(stdout," RGBToHSI"); 639 (void) FormatLocaleFile(stdout," HSLToRGB"); 655 (void) FormatLocaleFile(stdout," RGBToHSL"); 672 (void) FormatLocaleFile(stdout," HSVToRGB"); 688 (void) FormatLocaleFile(stdout," RGBToHSV"); 705 (void) FormatLocaleFile(stdout," RGBToJPEGYCbCr"); 722 (void) FormatLocaleFile(stdout," JPEGYCbCrToRGB"); 738 (void) FormatLocaleFile(stdout," LabToRGB"); 755 (void) FormatLocaleFile(stdout," RGBToLab") [all...] |
/external/ImageMagick/MagickWand/ |
compare.c | [all...] |
magick-cli.c | 179 (void) FormatLocaleFile(stderr, "Script: %u,%u: \"%s\" matched \"%s\"\n", 187 (void) FormatLocaleFile(stderr, "Script %u,%u Non-Option: \"%s\"\n", 220 (void) FormatLocaleFile(stderr, 274 (void) FormatLocaleFile(stderr, "Script End: %d\n", token_info->status); 414 (void) FormatLocaleFile(stderr, "CLI %d: \"%s\" matched \"%s\"\n", 421 (void) FormatLocaleFile(stderr, "CLI arg %d Non-Option: \"%s\"\n", 464 (void) FormatLocaleFile(stderr, 488 (void) FormatLocaleFile(stderr, "CLI-post Image Count = %ld\n", 516 (void) FormatLocaleFile(stderr,"CLI arg %d Write File: \"%s\"\n",i,option); 590 (void) FormatLocaleFile(stdout [all...] |