Home
last modified time | relevance | path

Searched refs:GetEnvironmentValue (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/MagickCore/
Dresource.c489 directory=GetEnvironmentValue("MAGICK_TEMPORARY_PATH"); in GetPathTemplate()
491 directory=GetEnvironmentValue("MAGICK_TMPDIR"); in GetPathTemplate()
493 directory=GetEnvironmentValue("TMPDIR"); in GetPathTemplate()
496 directory=GetEnvironmentValue("TMP"); in GetPathTemplate()
498 directory=GetEnvironmentValue("TEMP"); in GetPathTemplate()
502 directory=GetEnvironmentValue("MTMPDIR"); in GetPathTemplate()
1166 limit=GetEnvironmentValue("MAGICK_WIDTH_LIMIT"); in ResourceComponentGenesis()
1174 limit=GetEnvironmentValue("MAGICK_HEIGHT_LIMIT"); in ResourceComponentGenesis()
1196 limit=GetEnvironmentValue("MAGICK_AREA_LIMIT"); in ResourceComponentGenesis()
1204 limit=GetEnvironmentValue("MAGICK_MEMORY_LIMIT"); in ResourceComponentGenesis()
[all …]
Dconfigure.c759 configure_path=GetEnvironmentValue("MAGICK_CONFIGURE_PATH"); in GetConfigurePaths()
824 home=GetEnvironmentValue("MAGICK_HOME"); in GetConfigurePaths()
880 home=GetEnvironmentValue("XDG_CONFIG_HOME"); in GetConfigurePaths()
883 home=GetEnvironmentValue("LOCALAPPDATA"); in GetConfigurePaths()
885 home=GetEnvironmentValue("APPDATA"); in GetConfigurePaths()
887 home=GetEnvironmentValue("USERPROFILE"); in GetConfigurePaths()
899 home=GetEnvironmentValue("HOME"); in GetConfigurePaths()
Dmodule.c548 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); in GetMagickModulePath()
559 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH"); in GetMagickModulePath()
690 home=GetEnvironmentValue("MAGICK_HOME"); in GetMagickModulePath()
782 home=GetEnvironmentValue("XDG_CONFIG_HOME"); in GetMagickModulePath()
785 home=GetEnvironmentValue("LOCALAPPDATA"); in GetMagickModulePath()
787 home=GetEnvironmentValue("APPDATA"); in GetMagickModulePath()
789 home=GetEnvironmentValue("USERPROFILE"); in GetMagickModulePath()
802 home=GetEnvironmentValue("HOME"); in GetMagickModulePath()
Dstring_.h51 *GetEnvironmentValue(const char *),
Dlocale.c925 locale=GetEnvironmentValue("LC_ALL"); in IsLocaleTreeInstantiated()
927 locale=GetEnvironmentValue("LC_MESSAGES"); in IsLocaleTreeInstantiated()
929 locale=GetEnvironmentValue("LC_CTYPE"); in IsLocaleTreeInstantiated()
931 locale=GetEnvironmentValue("LANG"); in IsLocaleTreeInstantiated()
Dopencl.c297 home=GetEnvironmentValue("MAGICK_OPENCL_CACHE_DIR"); in GetOpenCLCacheDirectory()
300 home=GetEnvironmentValue("XDG_CACHE_HOME"); in GetOpenCLCacheDirectory()
303 home=GetEnvironmentValue("LOCALAPPDATA"); in GetOpenCLCacheDirectory()
305 home=GetEnvironmentValue("APPDATA"); in GetOpenCLCacheDirectory()
307 home=GetEnvironmentValue("USERPROFILE"); in GetOpenCLCacheDirectory()
339 home=GetEnvironmentValue("HOME"); in GetOpenCLCacheDirectory()
Dutility.c636 home=GetEnvironmentValue("HOME"); in ExpandFilename()
638 home=GetEnvironmentValue("USERPROFILE"); in ExpandFilename()
1872 passes=GetEnvironmentValue("MAGICK_SHRED_PASSES"); in ShredFile()
Dmagick.c1491 events=GetEnvironmentValue("MAGICK_DEBUG"); in MagickCoreGenesis()
1768 limit=GetEnvironmentValue("MAGICK_PRECISION"); in SetMagickPrecision()
Dnt-base.c1178 directory=GetEnvironmentValue("MAGICK_GHOSTSCRIPT_PATH"); in NTGhostscriptGetString()
1412 directory=GetEnvironmentValue("MAGICK_GHOSTSCRIPT_FONT_PATH"); in NTGhostscriptFonts()
2719 mode=GetEnvironmentValue("MAGICK_ERRORMODE"); in NTWindowsGenesis()
Dmatrix.c222 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in AcquireMatrixInfo()
Dtype.c225 font_path=GetEnvironmentValue("MAGICK_FONT_PATH"); in AcquireTypeCache()
Dmethods.h412 #define GetEnvironmentValue PrependMagickMethod(GetEnvironmentValue) macro
Dstring.c1135 MagickExport char *GetEnvironmentValue(const char *name) in GetEnvironmentValue() function
Dimage.c1352 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in GetImageInfo()
Dcache.c215 value=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in AcquirePixelCache()