Home
last modified time | relevance | path

Searched refs:LocaleCompare (Results 1 – 25 of 134) sorted by relevance

123456

/external/ImageMagick/MagickWand/
Dconvert.c581 if ((LocaleCompare("version",option+1) == 0) || in ConvertImageCommand()
582 (LocaleCompare("-version",option+1) == 0)) in ConvertImageCommand()
607 if ((argc > 2) && (LocaleCompare("-concatenate",argv[1]) == 0)) in ConvertImageCommand()
612 if (LocaleCompare(option,"(") == 0) in ConvertImageCommand()
621 if (LocaleCompare(option,")") == 0) in ConvertImageCommand()
639 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in ConvertImageCommand()
657 if (LocaleCompare("adaptive-blur",option+1) == 0) in ConvertImageCommand()
666 if (LocaleCompare("adaptive-resize",option+1) == 0) in ConvertImageCommand()
675 if (LocaleCompare("adaptive-sharpen",option+1) == 0) in ConvertImageCommand()
684 if (LocaleCompare("adjoin",option+1) == 0) in ConvertImageCommand()
[all …]
Ddisplay.c362 if ((LocaleCompare("version",option+1) == 0) || in DisplayImageCommand()
363 (LocaleCompare("-version",option+1) == 0)) in DisplayImageCommand()
409 if (LocaleCompare("display",option+1) == 0) in DisplayImageCommand()
419 if (LocaleCompare("nostdin",option+1) == 0) in DisplayImageCommand()
421 if ((LocaleCompare("help",option+1) == 0) || in DisplayImageCommand()
422 (LocaleCompare("-help",option+1) == 0)) in DisplayImageCommand()
473 if (LocaleCompare(option,"(") == 0) in DisplayImageCommand()
482 if (LocaleCompare(option,")") == 0) in DisplayImageCommand()
505 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in DisplayImageCommand()
666 if (LocaleCompare(filename,"-") == 0) in DisplayImageCommand()
[all …]
Dmontage.c340 if ((LocaleCompare("version",option+1) == 0) || in MontageImageCommand()
341 (LocaleCompare("-version",option+1) == 0)) in MontageImageCommand()
374 if (LocaleCompare(option,"(") == 0) in MontageImageCommand()
383 if (LocaleCompare(option,")") == 0) in MontageImageCommand()
406 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in MontageImageCommand()
421 if (LocaleCompare(filename,image_info->filename) == 0) in MontageImageCommand()
439 if (LocaleCompare("adaptive-sharpen",option+1) == 0) in MontageImageCommand()
448 if (LocaleCompare("adjoin",option+1) == 0) in MontageImageCommand()
450 if (LocaleCompare("affine",option+1) == 0) in MontageImageCommand()
461 if (LocaleCompare("alpha",option+1) == 0) in MontageImageCommand()
[all …]
Danimate.c313 if ((LocaleCompare("version",option+1) == 0) || in AnimateImageCommand()
314 (LocaleCompare("-version",option+1) == 0)) in AnimateImageCommand()
349 if (LocaleCompare("display",option+1) == 0) in AnimateImageCommand()
359 if ((LocaleCompare("help",option+1) == 0) || in AnimateImageCommand()
360 (LocaleCompare("-help",option+1) == 0)) in AnimateImageCommand()
405 if (LocaleCompare(option,"(") == 0) in AnimateImageCommand()
414 if (LocaleCompare(option,")") == 0) in AnimateImageCommand()
435 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in AnimateImageCommand()
456 if (LocaleCompare("alpha",option+1) == 0) in AnimateImageCommand()
473 if (LocaleCompare("authenticate",option+1) == 0) in AnimateImageCommand()
[all …]
Dmogrify.c162 if (LocaleCompare("-bench",option) == 0) in MagickCommandGenesis()
164 if (LocaleCompare("-concurrent",option) == 0) in MagickCommandGenesis()
166 if (LocaleCompare("-debug",option) == 0) in MagickCommandGenesis()
168 if (LocaleCompare("-distribute-cache",option) == 0) in MagickCommandGenesis()
173 if (LocaleCompare("-duration",option) == 0) in MagickCommandGenesis()
175 if (LocaleCompare("-regard-warnings",option) == 0) in MagickCommandGenesis()
765 if (LocaleCompare("adaptive-blur",option+1) == 0) in MogrifyImage()
778 if (LocaleCompare("adaptive-resize",option+1) == 0) in MogrifyImage()
789 if (LocaleCompare("adaptive-sharpen",option+1) == 0) in MogrifyImage()
802 if (LocaleCompare("affine",option+1) == 0) in MogrifyImage()
[all …]
Dimport.c303 if ((LocaleCompare("version",option+1) == 0) || in ImportImageCommand()
304 (LocaleCompare("-version",option+1) == 0)) in ImportImageCommand()
339 if (LocaleCompare("display",option+1) == 0) in ImportImageCommand()
349 if ((LocaleCompare("help",option+1) == 0) || in ImportImageCommand()
350 (LocaleCompare("-help",option+1) == 0)) in ImportImageCommand()
383 if (LocaleCompare("None",resource_value) == 0) in ImportImageCommand()
385 if (LocaleCompare("Line",resource_value) == 0) in ImportImageCommand()
387 if (LocaleCompare("Plane",resource_value) == 0) in ImportImageCommand()
389 if (LocaleCompare("Partition",resource_value) == 0) in ImportImageCommand()
424 if (LocaleCompare(option,"(") == 0) in ImportImageCommand()
[all …]
Dcomposite.c475 if ((LocaleCompare("version",option+1) == 0) || in CompositeImageCommand()
476 (LocaleCompare("-version",option+1) == 0)) in CompositeImageCommand()
508 if (LocaleCompare(option,"(") == 0) in CompositeImageCommand()
517 if (LocaleCompare(option,")") == 0) in CompositeImageCommand()
532 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in CompositeImageCommand()
547 if (LocaleCompare("affine",option+1) == 0) in CompositeImageCommand()
558 if (LocaleCompare("alpha",option+1) == 0) in CompositeImageCommand()
574 if (LocaleCompare("authenticate",option+1) == 0) in CompositeImageCommand()
587 if (LocaleCompare("background",option+1) == 0) in CompositeImageCommand()
596 if (LocaleCompare("blend",option+1) == 0) in CompositeImageCommand()
[all …]
Didentify.c251 if ((LocaleCompare("version",option+1) == 0) || in IdentifyImageCommand()
252 (LocaleCompare("-version",option+1) == 0)) in IdentifyImageCommand()
281 if (LocaleCompare(option,"(") == 0) in IdentifyImageCommand()
290 if (LocaleCompare(option,")") == 0) in IdentifyImageCommand()
316 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in IdentifyImageCommand()
360 if (LocaleCompare("alpha",option+1) == 0) in IdentifyImageCommand()
377 if (LocaleCompare("antialias",option+1) == 0) in IdentifyImageCommand()
379 if (LocaleCompare("authenticate",option+1) == 0) in IdentifyImageCommand()
392 if (LocaleCompare("cache",option+1) == 0) in IdentifyImageCommand()
403 if (LocaleCompare("channel",option+1) == 0) in IdentifyImageCommand()
[all …]
Dstream.c230 if ((LocaleCompare("version",option+1) == 0) || in StreamImageCommand()
231 (LocaleCompare("-version",option+1) == 0)) in StreamImageCommand()
266 if (LocaleCompare(option,"(") == 0) in StreamImageCommand()
274 if (LocaleCompare(option,")") == 0) in StreamImageCommand()
292 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in StreamImageCommand()
308 if (LocaleCompare("authenticate",option+1) == 0) in StreamImageCommand()
321 if (LocaleCompare("cache",option+1) == 0) in StreamImageCommand()
332 if (LocaleCompare("channel",option+1) == 0) in StreamImageCommand()
348 if (LocaleCompare("colorspace",option+1) == 0) in StreamImageCommand()
365 if (LocaleCompare("compress",option+1) == 0) in StreamImageCommand()
[all …]
Dcompare.c311 if ((LocaleCompare("version",option+1) == 0) || in CompareImagesCommand()
312 (LocaleCompare("-version",option+1) == 0)) in CompareImagesCommand()
347 if (LocaleCompare(option,"(") == 0) in CompareImagesCommand()
356 if (LocaleCompare(option,")") == 0) in CompareImagesCommand()
374 if ((LocaleCompare(filename,"--") == 0) && (i < (ssize_t) (argc-1))) in CompareImagesCommand()
389 if (LocaleCompare("alpha",option+1) == 0) in CompareImagesCommand()
406 if (LocaleCompare("authenticate",option+1) == 0) in CompareImagesCommand()
419 if (LocaleCompare("background",option+1) == 0) in CompareImagesCommand()
428 if (LocaleCompare("brightness-contrast",option+1) == 0) in CompareImagesCommand()
441 if (LocaleCompare("cache",option+1) == 0) in CompareImagesCommand()
[all …]
Doperation.c476 if (LocaleCompare("adjoin",option+1) == 0) in CLISettingOptionInfo()
481 if (LocaleCompare("affine",option+1) == 0) in CLISettingOptionInfo()
490 if (LocaleCompare("antialias",option+1) == 0) in CLISettingOptionInfo()
497 if (LocaleCompare("attenuate",option+1) == 0) in CLISettingOptionInfo()
504 if (LocaleCompare("authenticate",option+1) == 0) in CLISettingOptionInfo()
513 if (LocaleCompare("background",option+1) == 0) in CLISettingOptionInfo()
532 if (LocaleCompare("bias",option+1) == 0) in CLISettingOptionInfo()
545 if (LocaleCompare("black-point-compensation",option+1) == 0) in CLISettingOptionInfo()
553 if (LocaleCompare("blue-primary",option+1) == 0) in CLISettingOptionInfo()
565 if (LocaleCompare("bordercolor",option+1) == 0) in CLISettingOptionInfo()
[all …]
Dconjure.c199 if (LocaleCompare("concurrent",option+1) == 0) in ConjureImageCommand()
201 if (LocaleCompare("debug",option+1) == 0) in ConjureImageCommand()
218 if (LocaleCompare("duration",option+1) == 0) in ConjureImageCommand()
229 if ((LocaleCompare("help",option+1) == 0) || in ConjureImageCommand()
230 (LocaleCompare("-help",option+1) == 0)) in ConjureImageCommand()
236 if (LocaleCompare("log",option+1) == 0) in ConjureImageCommand()
247 if (LocaleCompare("monitor",option+1) == 0) in ConjureImageCommand()
249 if (LocaleCompare("quiet",option+1) == 0) in ConjureImageCommand()
251 if (LocaleCompare("regard-warnings",option+1) == 0) in ConjureImageCommand()
253 if (LocaleCompare("seed",option+1) == 0) in ConjureImageCommand()
[all …]
Dmagick-cli.c148 if ( LocaleCompare("-", filename) == 0 ) in ProcessScriptOptions()
235 if ( LocaleCompare(option,"-exit") == 0 ) { in ProcessScriptOptions()
238 if ( LocaleCompare(option,"-script") == 0 ) { in ProcessScriptOptions()
434 (LocaleCompare(option,"-script") == 0) ) { in ProcessCommandOptions()
471 && LocaleCompare(option,"-exit") == 0 ) in ProcessCommandOptions()
516 if (LocaleCompare(option,"-exit") == 0 ) in ProcessCommandOptions()
583 if (len>=7 && LocaleCompare("convert",name+len-7) == 0) { in MagickUsage()
591 else if (len>=6 && LocaleCompare("script",name+len-6) == 0) { in MagickUsage()
720 if (len>=7 && LocaleCompare("convert",argv[0]+len-7) == 0) { in MagickImageCommand()
727 if (len>=6 && LocaleCompare("script",argv[0]+len-6) == 0) { in MagickImageCommand()
[all …]
/external/ImageMagick/MagickCore/
Dnt-feature.c259 if ( (LocaleCompare(type_info->name, "Symbol") == 0 ) || in NTAcquireTypeCache()
260 (LocaleCompare(type_info->name, "Wingdings") == 0 ) || in NTAcquireTypeCache()
261 (LocaleCompare(type_info->name, "Wingdings-2") == 0 ) || in NTAcquireTypeCache()
262 (LocaleCompare(type_info->name, "Wingdings-3") == 0 ) ) in NTAcquireTypeCache()
273 if (LocaleCompare(token,"Italic") == 0) in NTAcquireTypeCache()
278 else if (LocaleCompare(token,"Oblique") == 0) in NTAcquireTypeCache()
283 else if (LocaleCompare(token,"Bold") == 0) in NTAcquireTypeCache()
288 else if (LocaleCompare(token,"Thin") == 0) in NTAcquireTypeCache()
293 else if ( (LocaleCompare(token,"ExtraLight") == 0) || in NTAcquireTypeCache()
294 (LocaleCompare(token,"UltraLight") == 0) ) in NTAcquireTypeCache()
[all …]
Dtype.c282 if ((name == (const char *) NULL) || (LocaleCompare(name,"*") == 0)) in GetTypeInfo()
384 if ((LocaleCompare(p->family,"arial") != 0) && in GetTypeInfoByFamily()
385 (LocaleCompare(p->family,"helvetica") != 0)) in GetTypeInfoByFamily()
392 if (LocaleCompare(p->family,family) != 0) in GetTypeInfoByFamily()
435 if ((LocaleCompare(p->family,"arial") != 0) && in GetTypeInfoByFamily()
436 (LocaleCompare(p->family,"helvetica") != 0)) in GetTypeInfoByFamily()
443 if (LocaleCompare(p->family,family) != 0) in GetTypeInfoByFamily()
482 if ((LocaleCompare(fontmap[i].name,"arial") != 0) && in GetTypeInfoByFamily()
483 (LocaleCompare(fontmap[i].name,"helvetica") != 0)) in GetTypeInfoByFamily()
487 if (LocaleCompare(fontmap[i].name,family) != 0) in GetTypeInfoByFamily()
[all …]
Dpolicy.c320 if ((name == (const char *) NULL) || (LocaleCompare(name,"*") == 0)) in GetPolicyInfo()
328 if (LocaleCompare(policyname,p->name) == 0) in GetPolicyInfo()
697 (LocaleCompare(path,policy_info[i]->path) != 0)) && in ListPolicyInfo()
823 if (LocaleCompare(keyword,"<include") == 0) in LoadPolicyCache()
835 if (LocaleCompare(keyword,"file") == 0) in LoadPolicyCache()
866 if (LocaleCompare(keyword,"<policy") == 0) in LoadPolicyCache()
880 if ((LocaleCompare(keyword,"/>") == 0) || in LoadPolicyCache()
881 (LocaleCompare(keyword,"</policy>") == 0)) in LoadPolicyCache()
901 if (LocaleCompare((char *) keyword,"domain") == 0) in LoadPolicyCache()
912 if (LocaleCompare((char *) keyword,"name") == 0) in LoadPolicyCache()
[all …]
Dproperty.c674 if ((resource == (char *) NULL) || (LocaleCompare(name,resource) != 0)) in Get8BIMProperty()
714 if (LocaleCompare(format,"svg") == 0) in Get8BIMProperty()
1346 if (LocaleCompare(EXIFTag[i].description,property) == 0) in GetEXIFProperty()
2829 if (LocaleCompare("basename",property) == 0) in GetMagickProperty()
2837 if (LocaleCompare("bit-depth",property) == 0) in GetMagickProperty()
2848 if (LocaleCompare("channels",property) == 0) in GetMagickProperty()
2860 if (LocaleCompare("colors",property) == 0) in GetMagickProperty()
2868 if (LocaleCompare("colorspace",property) == 0) in GetMagickProperty()
2875 if (LocaleCompare("compose",property) == 0) in GetMagickProperty()
2882 if (LocaleCompare("compression",property) == 0) in GetMagickProperty()
[all …]
Ddelegate.c1196 if ((LocaleCompare(decode,"*") == 0) && (LocaleCompare(encode,"*") == 0)) in GetDelegateInfo()
1205 if (LocaleCompare(p->decode,decode) == 0) in GetDelegateInfo()
1212 if (LocaleCompare(p->encode,encode) == 0) in GetDelegateInfo()
1217 if (LocaleCompare(decode,p->decode) == 0) in GetDelegateInfo()
1218 if (LocaleCompare(encode,p->encode) == 0) in GetDelegateInfo()
1220 if (LocaleCompare(decode,"*") == 0) in GetDelegateInfo()
1221 if (LocaleCompare(encode,p->encode) == 0) in GetDelegateInfo()
1223 if (LocaleCompare(decode,p->decode) == 0) in GetDelegateInfo()
1224 if (LocaleCompare(encode,"*") == 0) in GetDelegateInfo()
1279 cmp=LocaleCompare((*p)->path,(*q)->path); in DelegateInfoCompare()
[all …]
Dstream.c699 if (LocaleCompare(value,"anonymous") == 0) in AcquireStreamPixels()
1503 if (LocaleCompare(stream_info->map,"BGR") == 0) in StreamImagePixels()
1517 if (LocaleCompare(stream_info->map,"BGRA") == 0) in StreamImagePixels()
1532 if (LocaleCompare(stream_info->map,"BGRP") == 0) in StreamImagePixels()
1547 if (LocaleCompare(stream_info->map,"I") == 0) in StreamImagePixels()
1559 if (LocaleCompare(stream_info->map,"RGB") == 0) in StreamImagePixels()
1573 if (LocaleCompare(stream_info->map,"RGBA") == 0) in StreamImagePixels()
1588 if (LocaleCompare(stream_info->map,"RGBP") == 0) in StreamImagePixels()
1667 if (LocaleCompare(stream_info->map,"BGR") == 0) in StreamImagePixels()
1684 if (LocaleCompare(stream_info->map,"BGRA") == 0) in StreamImagePixels()
[all …]
/external/ImageMagick/coders/
Dsvg.c832 if (LocaleCompare(keyword,"font-size") != 0) in SVGProcessStyleElement()
851 if (LocaleCompare((const char *) name,"background") == 0) in SVGProcessStyleElement()
853 if (LocaleCompare((const char *) name,"svg") == 0) in SVGProcessStyleElement()
862 if (LocaleCompare(keyword,"clip-path") == 0) in SVGProcessStyleElement()
867 if (LocaleCompare(keyword,"clip-rule") == 0) in SVGProcessStyleElement()
872 if (LocaleCompare(keyword,"clipPathUnits") == 0) in SVGProcessStyleElement()
879 if (LocaleCompare(keyword,"color") == 0) in SVGProcessStyleElement()
889 if (LocaleCompare(keyword,"fill") == 0) in SVGProcessStyleElement()
891 if (LocaleCompare(value,"currentColor") == 0) in SVGProcessStyleElement()
896 if (LocaleCompare(value,"#000000ff") == 0) in SVGProcessStyleElement()
[all …]
Dmsl.c681 if (LocaleCompare((const char *) tag,"add-noise") == 0) in MSLStartElement()
713 if (LocaleCompare(keyword,"channel") == 0) in MSLStartElement()
729 if (LocaleCompare(keyword,"noise") == 0) in MSLStartElement()
761 if (LocaleCompare((const char *) tag,"annotate") == 0) in MSLStartElement()
794 if (LocaleCompare(keyword,"affine") == 0) in MSLStartElement()
818 if (LocaleCompare(keyword,"align") == 0) in MSLStartElement()
828 if (LocaleCompare(keyword,"antialias") == 0) in MSLStartElement()
846 if (LocaleCompare(keyword,"density") == 0) in MSLStartElement()
858 if (LocaleCompare(keyword,"encoding") == 0) in MSLStartElement()
870 if (LocaleCompare(keyword, "fill") == 0) in MSLStartElement()
[all …]
Dmpc.c345 if (LocaleCompare(keyword,"alpha-trait") == 0) in ReadMPCImage()
363 if (LocaleCompare(keyword,"background-color") == 0) in ReadMPCImage()
369 if (LocaleCompare(keyword,"blue-primary") == 0) in ReadMPCImage()
379 if (LocaleCompare(keyword,"border-color") == 0) in ReadMPCImage()
391 if (LocaleCompare(keyword,"class") == 0) in ReadMPCImage()
403 if (LocaleCompare(keyword,"colors") == 0) in ReadMPCImage()
408 if (LocaleCompare(keyword,"colorspace") == 0) in ReadMPCImage()
420 if (LocaleCompare(keyword,"compression") == 0) in ReadMPCImage()
432 if (LocaleCompare(keyword,"columns") == 0) in ReadMPCImage()
443 if (LocaleCompare(keyword,"delay") == 0) in ReadMPCImage()
[all …]
Dpango.c215 if (LocaleCompare(option,"none") != 0) in ReadPANGOImage()
217 if (LocaleCompare(option,"full") != 0) in ReadPANGOImage()
265 if (LocaleCompare(option,"line") == 0) in ReadPANGOImage()
267 if (LocaleCompare(option,"natural") == 0) in ReadPANGOImage()
269 if (LocaleCompare(option,"strong") == 0) in ReadPANGOImage()
282 if (LocaleCompare(option,"end") == 0) in ReadPANGOImage()
284 if (LocaleCompare(option,"middle") == 0) in ReadPANGOImage()
286 if (LocaleCompare(option,"none") == 0) in ReadPANGOImage()
288 if (LocaleCompare(option,"start") == 0) in ReadPANGOImage()
300 if (LocaleCompare(option,"char") == 0) in ReadPANGOImage()
[all …]
Dexr.c207 if (LocaleCompare(image_info->filename,read_info->filename) != 0) in ReadEXRImage()
224 if (LocaleCompare(image_info->filename,read_info->filename) != 0) in ReadEXRImage()
245 if (LocaleCompare(image_info->filename,read_info->filename) != 0) in ReadEXRImage()
301 if (LocaleCompare(image_info->filename,read_info->filename) != 0) in ReadEXRImage()
484 if (LocaleCompare(value,"RGB") == 0) in WriteEXRImage()
486 else if (LocaleCompare(value,"RGBA") == 0) in WriteEXRImage()
488 else if (LocaleCompare(value,"YC") == 0) in WriteEXRImage()
490 else if (LocaleCompare(value,"YCA") == 0) in WriteEXRImage()
492 else if (LocaleCompare(value,"Y") == 0) in WriteEXRImage()
494 else if (LocaleCompare(value,"YA") == 0) in WriteEXRImage()
[all …]
/external/ImageMagick/PerlMagick/
DMagick.xs1127 if (LocaleCompare(attribute,"adjoin") == 0) in SetAttribute()
1141 if (LocaleCompare(attribute,"alpha") == 0) in SetAttribute()
1156 if (LocaleCompare(attribute,"antialias") == 0) in SetAttribute()
1170 if (LocaleCompare(attribute,"area-limit") == 0) in SetAttribute()
1176 if (LocaleCompare(SvPV(sval,na),"unlimited") != 0) in SetAttribute()
1182 if (LocaleCompare(attribute,"attenuate") == 0) in SetAttribute()
1188 if (LocaleCompare(attribute,"authenticate") == 0) in SetAttribute()
1206 if (LocaleCompare(attribute,"background") == 0) in SetAttribute()
1216 if (LocaleCompare(attribute,"blue-primary") == 0) in SetAttribute()
1229 if (LocaleCompare(attribute,"bordercolor") == 0) in SetAttribute()
[all …]

123456