Home
last modified time | relevance | path

Searched refs:destroy_pixel_handler (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dcache-private.h101 destroy_pixel_handler; member
Dcache.c930 if (cache_info->methods.destroy_pixel_handler != (DestroyPixelHandler) NULL) in DestroyImagePixels()
932 cache_info->methods.destroy_pixel_handler(image); in DestroyImagePixels()
2248 cache_methods->destroy_pixel_handler=DestroyImagePixelCache; in GetPixelCacheMethods()
4888 if (cache_methods->destroy_pixel_handler != (DestroyPixelHandler) NULL) in SetPixelCacheMethods()
4889 cache_info->methods.destroy_pixel_handler= in SetPixelCacheMethods()
4890 cache_methods->destroy_pixel_handler; in SetPixelCacheMethods()
Dstream.c1078 cache_methods.destroy_pixel_handler=DestroyPixelStream; in ReadStream()