HomeSort by relevance Sort by last modified time
    Searched refs:GetImagePixelCacheType (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/MagickCore/
thread-private.h 36 ((GetImagePixelCacheType(source) != MemoryCache) && \
37 (GetImagePixelCacheType(source) != MapCache)) || \
38 ((GetImagePixelCacheType(destination) != MemoryCache) && \
39 (GetImagePixelCacheType(destination) != MapCache)) ? \
cache.h 38 GetImagePixelCacheType(const Image *);
methods.h 420 #define GetImagePixelCacheType PrependMagickMethod(GetImagePixelCacheType)
    [all...]
cache.c     [all...]

Completed in 80 milliseconds