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.c822 if (cache_info->methods.destroy_pixel_handler != (DestroyPixelHandler) NULL) in DestroyImagePixels()
824 cache_info->methods.destroy_pixel_handler(image); in DestroyImagePixels()
2096 cache_methods->destroy_pixel_handler=DestroyImagePixelCache; in GetPixelCacheMethods()
4552 if (cache_methods->destroy_pixel_handler != (DestroyPixelHandler) NULL) in SetPixelCacheMethods()
4553 cache_info->methods.destroy_pixel_handler= in SetPixelCacheMethods()
4554 cache_methods->destroy_pixel_handler; in SetPixelCacheMethods()
Dstream.c1009 cache_methods.destroy_pixel_handler=DestroyPixelStream; in ReadStream()