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

  /external/ImageMagick/MagickCore/
cache-private.h 281 ClonePixelCacheMethods(Cache,const Cache),
methods.h 146 #define ClonePixelCacheMethods PrependMagickMethod(ClonePixelCacheMethods)
    [all...]
cache.c 543 % ClonePixelCacheMethods() clones the pixel cache methods from one cache to
546 % The format of the ClonePixelCacheMethods() method is:
548 % void ClonePixelCacheMethods(Cache clone,const Cache cache)
557 MagickPrivate void ClonePixelCacheMethods(Cache clone,const Cache cache)
    [all...]
image.c 290 ClonePixelCacheMethods(image->cache,image_info->cache);
    [all...]

Completed in 68 milliseconds