Home
last modified time | relevance | path

Searched refs:IsPathAccessible (Results 1 – 19 of 19) sorted by relevance

/external/ImageMagick/MagickCore/
Dmodule.c593 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
628 if (IsPathAccessible(path) == MagickFalse) in GetMagickModulePath()
672 if (IsPathAccessible(path) == MagickFalse) in GetMagickModulePath()
721 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
759 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
773 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
799 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
812 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
819 if (IsPathAccessible(path) != MagickFalse) in GetMagickModulePath()
Dutility.h48 IsPathAccessible(const char *);
Dutility.c828 if ((*option != '@') && (IsPathAccessible(option) == MagickFalse)) in ExpandFilenames()
1113 return(IsPathAccessible(path)); in GetExecutionPath()
1255 (IsPathAccessible(path) == MagickFalse)) in GetPathComponent()
1289 (IsPathAccessible(component) == MagickFalse)) in GetPathComponent()
1494 MagickExport MagickBooleanType IsPathAccessible(const char *path) in IsPathAccessible() function
Dnt-base.c1183 if (IsPathAccessible(buffer) != MagickFalse) in NTGhostscriptGetString()
1193 if (IsPathAccessible(buffer) != MagickFalse) in NTGhostscriptGetString()
1431 if (IsPathAccessible(filename) != MagickFalse) in NTGhostscriptFonts()
1435 if (IsPathAccessible(filename) != MagickFalse) in NTGhostscriptFonts()
2185 if (IsPathAccessible(path) != MagickFalse) in NTResourceToBlob()
Dversion.c335 if (IsPathAccessible(path) != MagickFalse) in GetMagickHomeURL()
Dnt-feature.c177 if (IsPathAccessible(buffer) != MagickFalse) in NTAcquireTypeCache()
Dmagick.c1504 if ((path != (const char *) NULL) && (IsPathAccessible(path) != MagickFalse)) in MagickCoreGenesis()
1507 (IsPathAccessible(path) != MagickFalse)) in MagickCoreGenesis()
Dtype.c1040 if (IsPathAccessible(path) == MagickFalse) in SetTypeNodePath()
1055 if (IsPathAccessible(path) == MagickFalse) in SetTypeNodePath()
Dtoken.c608 if (IsPathAccessible(path) != MagickFalse) in IsGlob()
Dconstitute.c606 if (IsPathAccessible(read_info->filename) != MagickFalse) in ReadImage()
1166 (IsPathAccessible(image->magick_filename) != MagickFalse)) in WriteImage()
Dannotate.c963 if (IsPathAccessible(draw_info->font) != MagickFalse) in RenderType()
1014 if (IsPathAccessible(font) != MagickFalse) in RenderType()
1432 (IsPathAccessible(draw_info->metrics) != MagickFalse)) in RenderFreetype()
Dmethods.h711 #define IsPathAccessible PrependMagickMethod(IsPathAccessible) macro
Dlog.c1622 log_info->append=IsPathAccessible(filename); in LogMagickEventList()
Dproperty.c3617 if ((*p == '@') && (IsPathAccessible(p+1) != MagickFalse)) in InterpretImageProperties()
Danimate.c2946 if (IsPathAccessible(filename) != MagickFalse) in XSaveImage()
Ddisplay.c12559 if (IsPathAccessible(filename) != MagickFalse) in XSaveImage()
13221 if (IsPathAccessible(filename) == MagickFalse) in XTileImage()
13267 if (IsPathAccessible(filename) != MagickFalse) in XTileImage()
/external/ImageMagick/MagickWand/
Ddisplay.c1852 if (IsPathAccessible(resource_info.write_filename) != MagickFalse) in DisplayImageCommand()
Dmogrify.c407 if (IsPathAccessible(path) == MagickFalse) in IsPathWritable()
4091 if (IsPathAccessible(backup_filename) == MagickFalse) in MogrifyImageCommand()
4094 if ((IsPathAccessible(backup_filename) != MagickFalse) || in MogrifyImageCommand()
/external/ImageMagick/coders/
Dmsl.c4424 (IsPathAccessible(keyword) == MagickFalse)) in MSLStartElement()