Searched refs:GetImagePixelCacheType (Results 1 – 5 of 5) sorted by relevance
60 if (((GetImagePixelCacheType(source) != MemoryCache) && in GetMagickNumberThreads()61 (GetImagePixelCacheType(source) != MapCache)) || in GetMagickNumberThreads()62 ((GetImagePixelCacheType(destination) != MemoryCache) && in GetMagickNumberThreads()63 (GetImagePixelCacheType(destination) != MapCache))) in GetMagickNumberThreads()
38 GetImagePixelCacheType(const Image *);
446 #define GetImagePixelCacheType PrependMagickMethod(GetImagePixelCacheType) macro
1810 MagickExport CacheType GetImagePixelCacheType(const Image *image) in GetImagePixelCacheType() function2419 if (GetImagePixelCacheType(image) == DiskCache) in GetPixelCacheTileSize()
107 if (((GetImagePixelCacheType(source) != MemoryCache) && in GetMagickNumberThreads()108 (GetImagePixelCacheType(source) != MapCache)) || in GetMagickNumberThreads()109 ((GetImagePixelCacheType(destination) != MemoryCache) && in GetMagickNumberThreads()110 (GetImagePixelCacheType(destination) != MapCache))) in GetMagickNumberThreads()