Home
last modified time | relevance | path

Searched refs:LocaleNCompare (Results 1 – 25 of 87) sorted by relevance

1234

/external/ImageMagick/coders/
Dsct.c91 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()
Dcals.c107 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()
Dpwp.c91 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()
Dps.c608 if (LocaleNCompare(BeginDocument,command,strlen(BeginDocument)) == 0) in ReadPSImage()
610 if (LocaleNCompare(EndDocument,command,strlen(EndDocument)) == 0) in ReadPSImage()
614 if (LocaleNCompare(PostscriptLevel,command,strlen(PostscriptLevel)) == 0) in ReadPSImage()
620 if (LocaleNCompare(LanguageLevel,command,strlen(LanguageLevel)) == 0) in ReadPSImage()
622 if (LocaleNCompare(Pages,command,strlen(Pages)) == 0) in ReadPSImage()
624 if (LocaleNCompare(ImageData,command,strlen(ImageData)) == 0) in ReadPSImage()
630 if (LocaleNCompare(DocumentProcessColors,command,length) == 0) in ReadPSImage()
637 if (LocaleNCompare(CMYKCustomColor,command,strlen(CMYKCustomColor)) == 0) in ReadPSImage()
639 if (LocaleNCompare(CMYKProcessColor,command,strlen(CMYKProcessColor)) == 0) in ReadPSImage()
642 if ((LocaleNCompare(DocumentCustomColors,command,length) == 0) || in ReadPSImage()
[all …]
Dpsd.c212 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 …]
Dvicar.c104 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()
Dxps.c222 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()
Dipl.c128 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()
Dbmp.c472 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()
602 while (LocaleNCompare((char *) magick,"BA",2) == 0) in ReadBMPImage()
614 if ((count != 2) || ((LocaleNCompare((char *) magick,"BM",2) != 0) && in ReadBMPImage()
615 (LocaleNCompare((char *) magick,"CI",2) != 0))) in ReadBMPImage()
1781 if (LocaleNCompare(option,"ARGB4444",8) == 0) in WriteBMPImage()
[all …]
Dheic.c384 if (LocaleNCompare((const char *) magick+4,"ftyp",4) != 0) in IsHEIC()
386 if (LocaleNCompare((const char *) magick+8,"heic",4) == 0) in IsHEIC()
388 if (LocaleNCompare((const char *) magick+8,"heix",4) == 0) in IsHEIC()
390 if (LocaleNCompare((const char *) magick+8,"mif1",4) == 0) in IsHEIC()
Dgif.c843 if (LocaleNCompare((char *) magick,"GIF8",4) == 0) in IsGIF()
1024 if ((count != 6) || ((LocaleNCompare((char *) buffer,"GIF87",5) != 0) && in ReadGIFImage()
1025 (LocaleNCompare((char *) buffer,"GIF89",5) != 0))) in ReadGIFImage()
1125 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ? in ReadGIFImage()
1159 icc=LocaleNCompare((char *) buffer,"ICCRGBG1012",11) == 0 ? in ReadGIFImage()
1161 magick=LocaleNCompare((char *) buffer,"ImageMagick",11) == 0 ? in ReadGIFImage()
1163 i8bim=LocaleNCompare((char *) buffer,"MGK8BIM0000",11) == 0 ? in ReadGIFImage()
1165 iptc=LocaleNCompare((char *) buffer,"MGKIPTC0000",11) == 0 ? in ReadGIFImage()
1814 (LocaleNCompare(name,"gif:",4) == 0)) in WriteGIFImage()
Dsfw.c91 if (LocaleNCompare((const char *) magick,"SFW94",5) == 0) in IsSFW()
263 (LocaleNCompare((char *) buffer,"SFW",3) != 0)) in ReadSFWImage()
Dtxt.c118 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()
Dpes.c390 if (LocaleNCompare((const char *) magick,"#PES",4) == 0) in IsPES()
492 if ((count != 4) || (LocaleNCompare((char *) magick,"#PES",4) != 0)) in ReadPESImage()
Dpdf.c323 if (LocaleNCompare((const char *) magick,"%PDF-",5) == 0) in IsPDF()
538 if (LocaleNCompare(PDFRotate,command,strlen(PDFRotate)) == 0) in ReadPDFImage()
543 if (LocaleNCompare(DefaultCMYK,command,strlen(DefaultCMYK)) == 0) in ReadPDFImage()
545 if (LocaleNCompare(DeviceCMYK,command,strlen(DeviceCMYK)) == 0) in ReadPDFImage()
547 if (LocaleNCompare(CMYKProcessColor,command,strlen(CMYKProcessColor)) == 0) in ReadPDFImage()
549 if (LocaleNCompare(SpotColor,command,strlen(SpotColor)) == 0) in ReadPDFImage()
576 if (LocaleNCompare(PDFVersion,command,strlen(PDFVersion)) == 0) in ReadPDFImage()
583 if (LocaleNCompare(CropBox,command,strlen(CropBox)) == 0) in ReadPDFImage()
598 if (LocaleNCompare(TrimBox,command,strlen(TrimBox)) == 0) in ReadPDFImage()
611 if (LocaleNCompare(MediaBox,command,strlen(MediaBox)) == 0) in ReadPDFImage()
[all …]
/external/ImageMagick/MagickCore/
Dfx.c1151 if (LocaleNCompare(symbol,"depth",5) == 0) in FxChannelStatistics()
1160 if (LocaleNCompare(symbol,"kurtosis",8) == 0) in FxChannelStatistics()
1169 if (LocaleNCompare(symbol,"maxima",6) == 0) in FxChannelStatistics()
1178 if (LocaleNCompare(symbol,"mean",4) == 0) in FxChannelStatistics()
1187 if (LocaleNCompare(symbol,"minima",6) == 0) in FxChannelStatistics()
1196 if (LocaleNCompare(symbol,"skewness",8) == 0) in FxChannelStatistics()
1205 if (LocaleNCompare(symbol,"standard_deviation",18) == 0) in FxChannelStatistics()
1527 if (LocaleNCompare(symbol,"channel",7) == 0) in FxGetSymbol()
1615 if (LocaleNCompare(symbol,"depth",5) == 0) in FxGetSymbol()
1640 if (LocaleNCompare(symbol,"kurtosis",8) == 0) in FxGetSymbol()
[all …]
Dproperty.c2257 if (LocaleNCompare("8bim:",property,5) == 0) in GetImageProperty()
2267 if (LocaleNCompare("exif:",property,5) == 0) in GetImageProperty()
2277 if ((LocaleNCompare("icc:",property,4) == 0) || in GetImageProperty()
2278 (LocaleNCompare("icm:",property,4) == 0)) in GetImageProperty()
2283 if (LocaleNCompare("iptc:",property,5) == 0) in GetImageProperty()
2293 if (LocaleNCompare("xmp:",property,4) == 0) in GetImageProperty()
3580 if (LocaleNCompare("<",p,4) == 0) in InterpretImageProperties()
3586 if (LocaleNCompare(">",p,4) == 0) in InterpretImageProperties()
3592 if (LocaleNCompare("&",p,5) == 0) in InterpretImageProperties()
3718 if (LocaleNCompare("fx:",pattern,3) == 0) in InterpretImageProperties()
[all …]
Dlocale.c1227 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()
1568 MagickExport int LocaleNCompare(const char *p,const char *q,const size_t length) in LocaleNCompare() function
Dlocale_.h57 LocaleNCompare(const char *,const char *,const size_t)
Dpolicy.c805 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadPolicyCache()
810 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadPolicyCache()
814 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadPolicyCache()
819 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadPolicyCache()
Ddelegate.c1006 if (LocaleNCompare("&lt;",p,4) == 0) in InterpretDelegateProperties()
1012 if (LocaleNCompare("&gt;",p,4) == 0) in InterpretDelegateProperties()
1018 if (LocaleNCompare("&amp;",p,5) == 0) in InterpretDelegateProperties()
2054 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadDelegateCache()
2059 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadDelegateCache()
2063 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadDelegateCache()
2068 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadDelegateCache()
Dgeometry.c227 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()
1002 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry()
1012 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry()
Dconfigure.c1170 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadConfigureCache()
1175 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadConfigureCache()
1179 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadConfigureCache()
1184 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadConfigureCache()
Dlog.c1482 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadLogCache()
1487 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadLogCache()
1491 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadLogCache()
1496 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadLogCache()
1702 if (LocaleNCompare(p,LogHandlers[i].name,length) == 0) in ParseLogHandlers()
/external/ImageMagick/MagickWand/tests/
Dscript-token-test.c72 #define LocaleNCompare(p,q,l) strncasecmp(p,q,l) macro

1234