HomeSort by relevance Sort by last modified time
    Searched refs:LocaleNCompare (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/ImageMagick/coders/
sct.c 93 if (LocaleNCompare((const char *) magick,"CT",2) == 0)
190 if ((LocaleNCompare((char *) magick,"CT",2) != 0) &&
191 (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))
196 if ((LocaleNCompare((char *) magick,"LW",2) == 0) ||
197 (LocaleNCompare((char *) magick,"BM",2) == 0) ||
198 (LocaleNCompare((char *) magick,"PG",2) == 0) ||
199 (LocaleNCompare((char *) magick,"TX",2) == 0)
    [all...]
pwp.c 93 if (LocaleNCompare((char *) magick,"SFW95",5) == 0)
184 if ((count != 5) || (LocaleNCompare((char *) magick,"SFW95",5) != 0))
201 if (LocaleNCompare((char *) (magick+12),"SFW94A",6) == 0)
210 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)
ps.c 613 if (LocaleNCompare(BeginDocument,command,strlen(BeginDocument)) == 0)
615 if (LocaleNCompare(EndDocument,command,strlen(EndDocument)) == 0)
619 if (LocaleNCompare(PostscriptLevel,command,strlen(PostscriptLevel)) == 0)
625 if (LocaleNCompare(LanguageLevel,command,strlen(LanguageLevel)) == 0)
627 if (LocaleNCompare(Pages,command,strlen(Pages)) == 0)
629 if (LocaleNCompare(ImageData,command,strlen(ImageData)) == 0)
635 if (LocaleNCompare(DocumentProcessColors,command,length) == 0)
642 if (LocaleNCompare(CMYKCustomColor,command,strlen(CMYKCustomColor)) == 0)
644 if (LocaleNCompare(CMYKProcessColor,command,strlen(CMYKProcessColor)) == 0)
647 if ((LocaleNCompare(DocumentCustomColors,command,length) == 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)
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)
psd.c 216 if (LocaleNCompare((const char *) magick,"8BPS",4) == 0)
793 if (LocaleNCompare((const char *) p,"8BIM",4) != 0)
864 if (LocaleNCompare(mode,"norm",4) == 0)
866 if (LocaleNCompare(mode,"mul ",4) == 0)
868 if (LocaleNCompare(mode,"diss",4) == 0)
870 if (LocaleNCompare(mode,"diff",4) == 0)
872 if (LocaleNCompare(mode,"dark",4) == 0)
874 if (LocaleNCompare(mode,"lite",4) == 0)
876 if (LocaleNCompare(mode,"hue ",4) == 0)
878 if (LocaleNCompare(mode,"sat ",4) == 0
    [all...]
heic.c 386 if (LocaleNCompare((const char *) magick+4,"ftyp",4) != 0)
388 if (LocaleNCompare((const char *) magick+8,"heic",4) == 0)
390 if (LocaleNCompare((const char *) magick+8,"heix",4) == 0)
392 if (LocaleNCompare((const char *) magick+8,"mif1",4) == 0)
ipl.c 129 if (LocaleNCompare((const char *) magick,"data",4) == 0)
234 if((LocaleNCompare((char *) magick,"iiii",4) == 0))
237 if((LocaleNCompare((char *) magick,"mmmm",4) == 0))
249 if((count != 4) || (LocaleNCompare((char *) magick,"data",4) != 0))
txt.c 121 if (LocaleNCompare((const char *) magick,MagickTXTID,
447 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) != 0)
597 if (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0)
614 } while (LocaleNCompare((char *) text,MagickTXTID,strlen(MagickTXTID)) == 0);
pes.c 394 if (LocaleNCompare((const char *) magick,"#PES",4) == 0)
497 if ((count != 4) || (LocaleNCompare((char *) magick,"#PES",4) != 0))
svg.c 244 if (LocaleNCompare((const char *) magick+1,"svg",3) == 0)
248 if (LocaleNCompare((const char *) magick+1,"?xml",4) == 0)
434 if (LocaleNCompare(token,"cm",2) == 0)
436 if (LocaleNCompare(token,"em",2) == 0)
438 if (LocaleNCompare(token,"ex",2) == 0)
440 if (LocaleNCompare(token,"in",2) == 0)
442 if (LocaleNCompare(token,"mm",2) == 0)
444 if (LocaleNCompare(token,"pc",2) == 0)
446 if (LocaleNCompare(token,"pt",2) == 0)
448 if (LocaleNCompare(token,"px",2) == 0
    [all...]
bmp.c 479 if ((LocaleNCompare((char *) magick,"BA",2) == 0) ||
480 (LocaleNCompare((char *) magick,"BM",2) == 0) ||
481 (LocaleNCompare((char *) magick,"IC",2) == 0) ||
482 (LocaleNCompare((char *) magick,"PI",2) == 0) ||
483 (LocaleNCompare((char *) magick,"CI",2) == 0) ||
484 (LocaleNCompare((char *) magick,"CP",2) == 0))
610 while (LocaleNCompare((char *) magick,"BA",2) == 0)
622 if ((count != 2) || ((LocaleNCompare((char *) magick,"BM",2) != 0) &&
623 (LocaleNCompare((char *) magick,"CI",2) != 0)))
    [all...]
gif.c 850 if (LocaleNCompare((char *) magick,"GIF8",4) == 0)
1033 if ((count != 6) || ((LocaleNCompare((char *) buffer,"GIF87",5) != 0) &&
1034 (LocaleNCompare((char *) buffer,"GIF89",5) != 0)))
    [all...]
  /external/ImageMagick/MagickCore/
locale_.h 57 LocaleNCompare(const char *,const char *,const size_t)
fx.c     [all...]
policy.c 819 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
824 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0'))
828 if (LocaleNCompare(keyword,"<!--",4) == 0)
833 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0'))
    [all...]
delegate.c     [all...]
property.c     [all...]
geometry.c 229 if (LocaleNCompare(p,"0x",2) == 0)
243 if (LocaleNCompare(p,"0x",2) == 0)
479 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent);
1011 if (LocaleNCompare(p,"0x",2) == 0)
1021 if (LocaleNCompare(p,"0x",2) == 0)
    [all...]
locale.c     [all...]
log.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 130 offset=LocaleNCompare(MagickCommands[i].client_name,client_name,
  /external/ImageMagick/MagickWand/
script-token.c 222 else if ( LocaleNCompare(filename,"fd:",3) == 0 ) {

Completed in 204 milliseconds

1 2 3 4