HomeSort by relevance Sort by last modified time
    Searched defs:DestroyPixelCache (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
cache.c 799 image->cache=DestroyPixelCache(image->cache);
842 image->cache=DestroyPixelCache(image->cache);
857 % DestroyPixelCache() deallocates memory associated with the pixel cache.
859 % The format of the DestroyPixelCache() method is:
861 % Cache DestroyPixelCache(Cache cache)
    [all...]
methods.h 272 #define DestroyPixelCache PrependMagickMethod(DestroyPixelCache)
    [all...]

Completed in 75 milliseconds