/external/ImageMagick/coders/ |
sct.c | 93 if (LocaleNCompare((const char *) magick,"CT",2) == 0) 185 if ((LocaleNCompare((char *) magick,"CT",2) != 0) && 186 (LocaleNCompare((char *) magick,"LW",2) != 0) && 187 (LocaleNCompare((char *) magick,"BM",2) != 0) && 188 (LocaleNCompare((char *) magick,"PG",2) != 0) && 189 (LocaleNCompare((char *) magick,"TX",2) != 0)) 191 if ((LocaleNCompare((char *) magick,"LW",2) == 0) || 192 (LocaleNCompare((char *) magick,"BM",2) == 0) || 193 (LocaleNCompare((char *) magick,"PG",2) == 0) || 194 (LocaleNCompare((char *) magick,"TX",2) == 0) [all...] |
pwp.c | 93 if (LocaleNCompare((char *) magick,"SFW95",5) == 0) 177 if ((count != 5) || (LocaleNCompare((char *) magick,"SFW95",5) != 0)) 191 if (LocaleNCompare((char *) (magick+12),"SFW94A",6) == 0) 196 if (LocaleNCompare((char *) (magick+12),"SFW94A",6) != 0)
|
cals.c | 110 if (LocaleNCompare((const char *) magick,"version: MIL-STD-1840",21) == 0) 112 if (LocaleNCompare((const char *) magick,"srcdocid:",9) == 0) 114 if (LocaleNCompare((const char *) magick,"rorient:",8) == 0) 220 if (LocaleNCompare(header,"rdensty:",8) == 0) 225 if (LocaleNCompare(header,"rpelcnt:",8) == 0) 230 if (LocaleNCompare(header,"rorient:",8) == 0) 245 if (LocaleNCompare(header,"rtype:",6) == 0)
|
mvg.c | 98 if (LocaleNCompare((const char *) magick,"push graphic-context",20) == 0) 178 if (LocaleNCompare(BoundingBox,p,strlen(BoundingBox)) != 0)
|
psd.c | 209 if (LocaleNCompare((const char *) magick,"8BPS",4) == 0) 645 if (LocaleNCompare((const char *) p,"8BIM",4) != 0) 706 if (LocaleNCompare(mode,"norm",4) == 0) 708 if (LocaleNCompare(mode,"mul ",4) == 0) 710 if (LocaleNCompare(mode,"diss",4) == 0) 712 if (LocaleNCompare(mode,"diff",4) == 0) 714 if (LocaleNCompare(mode,"dark",4) == 0) 716 if (LocaleNCompare(mode,"lite",4) == 0) 718 if (LocaleNCompare(mode,"hue ",4) == 0) 720 if (LocaleNCompare(mode,"sat ",4) == 0 [all...] |
vicar.c | 107 if (LocaleNCompare((const char *) magick,"LBLSIZE",7) == 0) 109 if (LocaleNCompare((const char *) magick,"NJPL1I",6) == 0) 111 if (LocaleNCompare((const char *) magick,"PDS_VERSION_ID",14) == 0)
|
ps.c | 611 if (LocaleNCompare(BeginDocument,command,strlen(BeginDocument)) == 0) 613 if (LocaleNCompare(EndDocument,command,strlen(EndDocument)) == 0) 617 if (LocaleNCompare(PostscriptLevel,command,strlen(PostscriptLevel)) == 0) 623 if (LocaleNCompare(LanguageLevel,command,strlen(LanguageLevel)) == 0) 625 if (LocaleNCompare(Pages,command,strlen(Pages)) == 0) 627 if (LocaleNCompare(ImageData,command,strlen(ImageData)) == 0) 629 if (LocaleNCompare(ICCProfile,command,strlen(ICCProfile)) == 0) 648 if (LocaleNCompare(PhotoshopProfile,command,strlen(PhotoshopProfile)) == 0) 671 if (LocaleNCompare(BeginXMPPacket,command,strlen(BeginXMPPacket)) == 0) 689 if (LocaleNCompare(EndXMPPacket,command,strlen(EndXMPPacket)) == 0 [all...] |
xps.c | 224 if (LocaleNCompare(DeviceCMYK,command,strlen(DeviceCMYK)) == 0) 226 if (LocaleNCompare(CropBox,command,strlen(CropBox)) == 0) 237 if (LocaleNCompare(MediaBox,command,strlen(MediaBox)) == 0)
|
ipl.c | 128 if (LocaleNCompare((const char *) magick,"data",4) == 0) 228 if((LocaleNCompare((char *) magick,"iiii",4) == 0)) 231 if((LocaleNCompare((char *) magick,"mmmm",4) == 0)) 243 if((LocaleNCompare((char *) magick,"data",4) != 0))
|
pes.c | 394 if (LocaleNCompare((const char *) magick,"#PES",4) == 0) 497 if ((count != 4) || (LocaleNCompare((char *) magick,"#PES",4) != 0))
|
txt.c | 122 if (LocaleNCompare((const char *) magick,MagickID,strlen(MagickID)) != 0) 440 if (LocaleNCompare((char *) text,MagickID,strlen(MagickID)) != 0) 572 if (LocaleNCompare((char *) text,MagickID,strlen(MagickID)) == 0) 589 } while (LocaleNCompare((char *) text,MagickID,strlen(MagickID)) == 0);
|
bmp.c | 455 if ((LocaleNCompare((char *) magick,"BA",2) == 0) || 456 (LocaleNCompare((char *) magick,"BM",2) == 0) || 457 (LocaleNCompare((char *) magick,"IC",2) == 0) || 458 (LocaleNCompare((char *) magick,"PI",2) == 0) || 459 (LocaleNCompare((char *) magick,"CI",2) == 0) || 460 (LocaleNCompare((char *) magick,"CP",2) == 0)) 585 while (LocaleNCompare((char *) magick,"BA",2) == 0) 597 if ((count != 2) || ((LocaleNCompare((char *) magick,"BM",2) != 0) && 598 (LocaleNCompare((char *) magick,"CI",2) != 0))) [all...] |
gif.c | 844 if (LocaleNCompare((char *) magick,"GIF8",4) == 0) 1016 if ((count != 6) || ((LocaleNCompare((char *) buffer,"GIF87",5) != 0) && 1017 (LocaleNCompare((char *) buffer,"GIF89",5) != 0))) 1115 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ? [all...] |
/external/ImageMagick/MagickCore/ |
locale_.h | 56 LocaleNCompare(const char *,const char *,const size_t);
|
fx.c | [all...] |
coder.c | 862 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) 867 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) 871 if (LocaleNCompare(keyword,"<!--",4) == 0) 876 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0'))
|
magic.c | 883 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) 888 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) 892 if (LocaleNCompare(keyword,"<!--",4) == 0) 897 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) [all...] |
property.c | [all...] |
policy.c | 793 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) 798 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0')) 802 if (LocaleNCompare(keyword,"<!--",4) == 0) 807 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0')) [all...] |
delegate.c | [all...] |
geometry.c | 217 if (LocaleNCompare(p,"0x",2) == 0) 230 if (LocaleNCompare(p,"0x",2) == 0) 462 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent); 988 if (LocaleNCompare(p,"0x",2) == 0) 998 if (LocaleNCompare(p,"0x",2) == 0) [all...] |
locale.c | [all...] |
/external/ImageMagick/MagickWand/tests/ |
script-token-test.c | 72 #define LocaleNCompare(p,q,l) strncasecmp(p,q,l)
|
/external/ImageMagick/utilities/ |
magick.c | 126 offset=LocaleNCompare(MagickCommands[i].client_name,client_name,
|
/external/ImageMagick/MagickWand/ |
script-token.c | 222 else if ( LocaleNCompare(filename,"fd:",3) == 0 ) {
|