Home
last modified time | relevance | path

Searched refs:GetImagePixelCacheType (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dthread-private.h60 if (((GetImagePixelCacheType(source) != MemoryCache) && in GetMagickNumberThreads()
61 (GetImagePixelCacheType(source) != MapCache)) || in GetMagickNumberThreads()
62 ((GetImagePixelCacheType(destination) != MemoryCache) && in GetMagickNumberThreads()
63 (GetImagePixelCacheType(destination) != MapCache))) in GetMagickNumberThreads()
Dcache.h38 GetImagePixelCacheType(const Image *);
Dmethods.h446 #define GetImagePixelCacheType PrependMagickMethod(GetImagePixelCacheType) macro
Dcache.c1810 MagickExport CacheType GetImagePixelCacheType(const Image *image) in GetImagePixelCacheType() function
2419 if (GetImagePixelCacheType(image) == DiskCache) in GetPixelCacheTileSize()
/external/ImageMagick/filters/
Danalyze.c107 if (((GetImagePixelCacheType(source) != MemoryCache) && in GetMagickNumberThreads()
108 (GetImagePixelCacheType(source) != MapCache)) || in GetMagickNumberThreads()
109 ((GetImagePixelCacheType(destination) != MemoryCache) && in GetMagickNumberThreads()
110 (GetImagePixelCacheType(destination) != MapCache))) in GetMagickNumberThreads()