Home
last modified time | relevance | path

Searched refs:LocaleNCompare (Results 1 – 25 of 89) 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()
Dpsd.c212 if (LocaleNCompare((const char *) magick,"8BPS",4) == 0) in IsPSD()
788 if (LocaleNCompare((const char *) p,"8BIM",4) != 0) in ParseImageResourceBlocks()
854 if (LocaleNCompare(mode,"norm",4) == 0) in PSDBlendModeToCompositeOperator()
856 if (LocaleNCompare(mode,"mul ",4) == 0) in PSDBlendModeToCompositeOperator()
858 if (LocaleNCompare(mode,"diss",4) == 0) in PSDBlendModeToCompositeOperator()
860 if (LocaleNCompare(mode,"diff",4) == 0) in PSDBlendModeToCompositeOperator()
862 if (LocaleNCompare(mode,"dark",4) == 0) in PSDBlendModeToCompositeOperator()
864 if (LocaleNCompare(mode,"lite",4) == 0) in PSDBlendModeToCompositeOperator()
866 if (LocaleNCompare(mode,"hue ",4) == 0) in PSDBlendModeToCompositeOperator()
868 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()
Dipl.c122 if (LocaleNCompare((const char *) magick,"data",4) == 0) in IsIPL()
226 if((LocaleNCompare((char *) magick,"iiii",4) == 0)) in ReadIPLImage()
229 if((LocaleNCompare((char *) magick,"mmmm",4) == 0)) in ReadIPLImage()
241 if((count != 4) || (LocaleNCompare((char *) magick,"data",4) != 0)) in ReadIPLImage()
Dsfw.c91 if (LocaleNCompare((const char *) magick,"SFW94",5) == 0) in IsSFW()
263 (LocaleNCompare((char *) buffer,"SFW",3) != 0)) in ReadSFWImage()
Dgif.c845 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()
1813 (LocaleNCompare(name,"gif:",4) == 0)) in WriteGIFImage()
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()
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 …]
Dpes.c390 if (LocaleNCompare((const char *) magick,"#PES",4) == 0) in IsPES()
492 if ((count != 4) || (LocaleNCompare((char *) magick,"#PES",4) != 0)) in ReadPESImage()
Dtxt.c118 if (LocaleNCompare((const char *) magick,MagickTXTID, in IsTXT()
442 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) != 0) in ReadTXTImage()
596 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0) in ReadTXTImage()
613 } while (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0); in ReadTXTImage()
Dheic.c581 if (LocaleNCompare((const char *) magick+4,"ftyp",4) != 0) in IsHEIC()
583 if (LocaleNCompare((const char *) magick+8,"avif",4) == 0) in IsHEIC()
585 if (LocaleNCompare((const char *) magick+8,"heic",4) == 0) in IsHEIC()
587 if (LocaleNCompare((const char *) magick+8,"heix",4) == 0) in IsHEIC()
589 if (LocaleNCompare((const char *) magick+8,"mif1",4) == 0) in IsHEIC()
Dbytebuffer-private.h89 if (LocaleNCompare(p,q,length) != 0) in CompareMagickByteBuffer()
/external/ImageMagick/MagickCore/
Dfx.c424 if (LocaleNCompare(symbol,"depth",5) == 0) in FxChannelStatistics()
432 if (LocaleNCompare(symbol,"kurtosis",8) == 0) in FxChannelStatistics()
441 if (LocaleNCompare(symbol,"maxima",6) == 0) in FxChannelStatistics()
450 if (LocaleNCompare(symbol,"mean",4) == 0) in FxChannelStatistics()
459 if (LocaleNCompare(symbol,"median",6) == 0) in FxChannelStatistics()
467 if (LocaleNCompare(symbol,"minima",6) == 0) in FxChannelStatistics()
476 if (LocaleNCompare(symbol,"skewness",8) == 0) in FxChannelStatistics()
485 if (LocaleNCompare(symbol,"standard_deviation",18) == 0) in FxChannelStatistics()
518 if ((LocaleNCompare(expression,name,length) == 0) && in IsFxFunction()
924 if (LocaleNCompare(symbol,"depth",5) == 0) in FxGetSymbol()
[all …]
Dproperty.c2260 if (LocaleNCompare("8bim:",property,5) == 0) in GetImageProperty()
2270 if (LocaleNCompare("exif:",property,5) == 0) in GetImageProperty()
2280 if ((LocaleNCompare("icc:",property,4) == 0) || in GetImageProperty()
2281 (LocaleNCompare("icm:",property,4) == 0)) in GetImageProperty()
2286 if (LocaleNCompare("iptc:",property,5) == 0) in GetImageProperty()
2296 if (LocaleNCompare("xmp:",property,4) == 0) in GetImageProperty()
3113 if (LocaleNCompare("minimum-bounding-box",property,20) == 0) in GetMagickProperty()
3181 if (LocaleNCompare("papersize:",property,10) == 0) in GetMagickProperty()
3700 if (LocaleNCompare("<",p,4) == 0) in InterpretImageProperties()
3706 if (LocaleNCompare(">",p,4) == 0) in InterpretImageProperties()
[all …]
Dlocale_.h57 LocaleNCompare(const char *,const char *,const size_t)
Dlocale.c1195 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadLocaleCache()
1200 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadLocaleCache()
1208 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadLocaleCache()
1213 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadLocaleCache()
1527 MagickExport int LocaleNCompare(const char *p,const char *q,const size_t length) in LocaleNCompare() function
Dconfigure.c1176 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()
Dpolicy.c832 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadPolicyCache()
837 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadPolicyCache()
841 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadPolicyCache()
846 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadPolicyCache()
Dgeometry.c227 if (LocaleNCompare(p,"0x",2) == 0) in GetGeometry()
241 if (LocaleNCompare(p,"0x",2) == 0) in GetGeometry()
478 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent); in GetPageGeometry()
1013 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry()
1023 if (LocaleNCompare(p,"0x",2) == 0) in ParseGeometry()
Ddelegate.c1046 if (LocaleNCompare("&lt;",p,4) == 0) in InterpretDelegateProperties()
1052 if (LocaleNCompare("&gt;",p,4) == 0) in InterpretDelegateProperties()
1058 if (LocaleNCompare("&amp;",p,5) == 0) in InterpretDelegateProperties()
2094 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadDelegateCache()
2099 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadDelegateCache()
2103 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadDelegateCache()
2108 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadDelegateCache()
Dlog.c899 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()
Dtype.c1114 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) in LoadTypeCache()
1119 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) in LoadTypeCache()
1123 if (LocaleNCompare(keyword,"<!--",4) == 0) in LoadTypeCache()
1128 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) in LoadTypeCache()
/external/ImageMagick/MagickWand/tests/
Dscript-token-test.c72 #define LocaleNCompare(p,q,l) strncasecmp(p,q,l) macro
/external/ImageMagick/utilities/
Dmagick.c128 offset=LocaleNCompare(MagickCommands[i].client_name,client_name, in MagickMain()

1234