/external/ImageMagick/coders/ |
D | sct.c | 91 if (LocaleNCompare((const char *) magick,"CT",2) == 0) in IsSCT() 187 if ((LocaleNCompare((char *) magick,"CT",2) != 0) && in ReadSCTImage() 188 (LocaleNCompare((char *) magick,"LW",2) != 0) && in ReadSCTImage() 189 (LocaleNCompare((char *) magick,"BM",2) != 0) && in ReadSCTImage() 190 (LocaleNCompare((char *) magick,"PG",2) != 0) && in ReadSCTImage() 191 (LocaleNCompare((char *) magick,"TX",2) != 0)) in ReadSCTImage() 193 if ((LocaleNCompare((char *) magick,"LW",2) == 0) || in ReadSCTImage() 194 (LocaleNCompare((char *) magick,"BM",2) == 0) || in ReadSCTImage() 195 (LocaleNCompare((char *) magick,"PG",2) == 0) || in ReadSCTImage() 196 (LocaleNCompare((char *) magick,"TX",2) == 0)) in ReadSCTImage()
|
D | cals.c | 107 if (LocaleNCompare((const char *) magick,"version: MIL-STD-1840",21) == 0) in IsCALS() 109 if (LocaleNCompare((const char *) magick,"srcdocid:",9) == 0) in IsCALS() 111 if (LocaleNCompare((const char *) magick,"rorient:",8) == 0) in IsCALS() 216 if (LocaleNCompare(header,"rdensty:",8) == 0) in ReadCALSImage() 221 if (LocaleNCompare(header,"rpelcnt:",8) == 0) in ReadCALSImage() 226 if (LocaleNCompare(header,"rorient:",8) == 0) in ReadCALSImage() 241 if (LocaleNCompare(header,"rtype:",6) == 0) in ReadCALSImage()
|
D | pwp.c | 91 if (LocaleNCompare((char *) magick,"SFW95",5) == 0) in IsPWP() 181 if ((count != 5) || (LocaleNCompare((char *) magick,"SFW95",5) != 0)) in ReadPWPImage() 198 if (LocaleNCompare((char *) (magick+12),"SFW94A",6) == 0) in ReadPWPImage() 207 if (LocaleNCompare((char *) (magick+12),"SFW94A",6) != 0) in ReadPWPImage()
|
D | psd.c | 212 if (LocaleNCompare((const char *) magick,"8BPS",4) == 0) in IsPSD() 788 if (LocaleNCompare((const char *) p,"8BIM",4) != 0) in ParseImageResourceBlocks() 859 if (LocaleNCompare(mode,"norm",4) == 0) in PSDBlendModeToCompositeOperator() 861 if (LocaleNCompare(mode,"mul ",4) == 0) in PSDBlendModeToCompositeOperator() 863 if (LocaleNCompare(mode,"diss",4) == 0) in PSDBlendModeToCompositeOperator() 865 if (LocaleNCompare(mode,"diff",4) == 0) in PSDBlendModeToCompositeOperator() 867 if (LocaleNCompare(mode,"dark",4) == 0) in PSDBlendModeToCompositeOperator() 869 if (LocaleNCompare(mode,"lite",4) == 0) in PSDBlendModeToCompositeOperator() 871 if (LocaleNCompare(mode,"hue ",4) == 0) in PSDBlendModeToCompositeOperator() 873 if (LocaleNCompare(mode,"sat ",4) == 0) in PSDBlendModeToCompositeOperator() [all …]
|
D | vicar.c | 104 if (LocaleNCompare((const char *) magick,"LBLSIZE",7) == 0) in IsVICAR() 106 if (LocaleNCompare((const char *) magick,"NJPL1I",6) == 0) in IsVICAR() 108 if (LocaleNCompare((const char *) magick,"PDS_VERSION_ID",14) == 0) in IsVICAR()
|
D | xps.c | 222 if (LocaleNCompare(DeviceCMYK,command,strlen(DeviceCMYK)) == 0) in ReadXPSImage() 224 if (LocaleNCompare(CropBox,command,strlen(CropBox)) == 0) in ReadXPSImage() 235 if (LocaleNCompare(MediaBox,command,strlen(MediaBox)) == 0) in ReadXPSImage()
|
D | ipl.c | 128 if (LocaleNCompare((const char *) magick,"data",4) == 0) in IsIPL() 232 if((LocaleNCompare((char *) magick,"iiii",4) == 0)) in ReadIPLImage() 235 if((LocaleNCompare((char *) magick,"mmmm",4) == 0)) in ReadIPLImage() 247 if((count != 4) || (LocaleNCompare((char *) magick,"data",4) != 0)) in ReadIPLImage()
|
D | sfw.c | 91 if (LocaleNCompare((const char *) magick,"SFW94",5) == 0) in IsSFW() 263 (LocaleNCompare((char *) buffer,"SFW",3) != 0)) in ReadSFWImage()
|
D | gif.c | 845 if (LocaleNCompare((char *) magick,"GIF8",4) == 0) in IsGIF() 1026 if ((count != 6) || ((LocaleNCompare((char *) buffer,"GIF87",5) != 0) && in ReadGIFImage() 1027 (LocaleNCompare((char *) buffer,"GIF89",5) != 0))) in ReadGIFImage() 1128 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ? in ReadGIFImage() 1162 icc=LocaleNCompare((char *) buffer,"ICCRGBG1012",11) == 0 ? in ReadGIFImage() 1164 magick=LocaleNCompare((char *) buffer,"ImageMagick",11) == 0 ? in ReadGIFImage() 1166 i8bim=LocaleNCompare((char *) buffer,"MGK8BIM0000",11) == 0 ? in ReadGIFImage() 1168 iptc=LocaleNCompare((char *) buffer,"MGKIPTC0000",11) == 0 ? in ReadGIFImage() 1816 (LocaleNCompare(name,"gif:",4) == 0)) in WriteGIFImage()
|
D | bmp.c | 472 if ((LocaleNCompare((char *) magick,"BA",2) == 0) || in IsBMP() 473 (LocaleNCompare((char *) magick,"BM",2) == 0) || in IsBMP() 474 (LocaleNCompare((char *) magick,"IC",2) == 0) || in IsBMP() 475 (LocaleNCompare((char *) magick,"PI",2) == 0) || in IsBMP() 476 (LocaleNCompare((char *) magick,"CI",2) == 0) || in IsBMP() 477 (LocaleNCompare((char *) magick,"CP",2) == 0)) in IsBMP() 606 while (LocaleNCompare((char *) magick,"BA",2) == 0) in ReadBMPImage() 618 if ((count != 2) || ((LocaleNCompare((char *) magick,"BM",2) != 0) && in ReadBMPImage() 619 (LocaleNCompare((char *) magick,"CI",2) != 0))) in ReadBMPImage() 1795 if (LocaleNCompare(option,"ARGB4444",8) == 0) in WriteBMPImage() [all …]
|
D | txt.c | 118 if (LocaleNCompare((const char *) magick,MagickTXTID, in IsTXT() 442 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) != 0) in ReadTXTImage() 592 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0) in ReadTXTImage() 609 } while (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0); in ReadTXTImage()
|
D | heic.c | 572 if (LocaleNCompare((const char *) magick+4,"ftyp",4) != 0) in IsHEIC() 574 if (LocaleNCompare((const char *) magick+8,"heic",4) == 0) in IsHEIC() 576 if (LocaleNCompare((const char *) magick+8,"heix",4) == 0) in IsHEIC() 578 if (LocaleNCompare((const char *) magick+8,"mif1",4) == 0) in IsHEIC()
|
D | pes.c | 390 if (LocaleNCompare((const char *) magick,"#PES",4) == 0) in IsPES() 492 if ((count != 4) || (LocaleNCompare((char *) magick,"#PES",4) != 0)) in ReadPESImage()
|
D | bytebuffer-private.h | 88 if (LocaleNCompare(p,q,length) != 0) in CompareMagickByteBuffer()
|
/external/ImageMagick/MagickCore/ |
D | fx.c | 423 if (LocaleNCompare(symbol,"depth",5) == 0) in FxChannelStatistics() 431 if (LocaleNCompare(symbol,"kurtosis",8) == 0) in FxChannelStatistics() 440 if (LocaleNCompare(symbol,"maxima",6) == 0) in FxChannelStatistics() 449 if (LocaleNCompare(symbol,"mean",4) == 0) in FxChannelStatistics() 458 if (LocaleNCompare(symbol,"minima",6) == 0) in FxChannelStatistics() 467 if (LocaleNCompare(symbol,"skewness",8) == 0) in FxChannelStatistics() 476 if (LocaleNCompare(symbol,"standard_deviation",18) == 0) in FxChannelStatistics() 509 if ((LocaleNCompare(expression,name,length) == 0) && in IsFxFunction() 912 if (LocaleNCompare(symbol,"depth",5) == 0) in FxGetSymbol() 937 if (LocaleNCompare(symbol,"kurtosis",8) == 0) in FxGetSymbol() [all …]
|
D | property.c | 2280 if (LocaleNCompare("8bim:",property,5) == 0) in GetImageProperty() 2290 if (LocaleNCompare("exif:",property,5) == 0) in GetImageProperty() 2300 if ((LocaleNCompare("icc:",property,4) == 0) || in GetImageProperty() 2301 (LocaleNCompare("icm:",property,4) == 0)) in GetImageProperty() 2306 if (LocaleNCompare("iptc:",property,5) == 0) in GetImageProperty() 2316 if (LocaleNCompare("xmp:",property,4) == 0) in GetImageProperty() 3604 if (LocaleNCompare("<",p,4) == 0) in InterpretImageProperties() 3610 if (LocaleNCompare(">",p,4) == 0) in InterpretImageProperties() 3616 if (LocaleNCompare("&",p,5) == 0) in InterpretImageProperties() 3742 if (LocaleNCompare("fx:",pattern,3) == 0) in InterpretImageProperties() [all …]
|
D | locale_.h | 57 LocaleNCompare(const char *,const char *,const size_t)
|
D | locale.c | 1227 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadLocaleCache() 1232 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadLocaleCache() 1240 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadLocaleCache() 1245 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadLocaleCache() 1570 MagickExport int LocaleNCompare(const char *p,const char *q,const size_t length) in LocaleNCompare() function
|
D | delegate.c | 1036 if (LocaleNCompare("<",p,4) == 0) in InterpretDelegateProperties() 1042 if (LocaleNCompare(">",p,4) == 0) in InterpretDelegateProperties() 1048 if (LocaleNCompare("&",p,5) == 0) in InterpretDelegateProperties() 2084 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadDelegateCache() 2089 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadDelegateCache() 2093 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadDelegateCache() 2098 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadDelegateCache()
|
D | geometry.c | 227 if (LocaleNCompare(p,"0x",2) == 0) in GetGeometry() 241 if (LocaleNCompare(p,"0x",2) == 0) in GetGeometry() 476 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent); in GetPageGeometry() 1006 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry() 1016 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry()
|
D | policy.c | 807 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadPolicyCache() 812 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadPolicyCache() 816 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadPolicyCache() 821 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadPolicyCache()
|
D | configure.c | 1176 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadConfigureCache() 1181 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadConfigureCache() 1185 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadConfigureCache() 1190 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadConfigureCache()
|
D | log.c | 899 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadLogCache() 904 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadLogCache() 908 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadLogCache() 913 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadLogCache() 1725 if (LocaleNCompare(p,LogHandlers[i].name,length) == 0) in ParseLogHandlers()
|
/external/ImageMagick/MagickWand/tests/ |
D | script-token-test.c | 72 #define LocaleNCompare(p,q,l) strncasecmp(p,q,l) macro
|
/external/ImageMagick/utilities/ |
D | magick.c | 128 offset=LocaleNCompare(MagickCommands[i].client_name,client_name, in MagickMain()
|