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.c912 if (cache_info->methods.destroy_pixel_handler != (DestroyPixelHandler) NULL) in DestroyImagePixels()
914 cache_info->methods.destroy_pixel_handler(image); in DestroyImagePixels()
2229 cache_methods->destroy_pixel_handler=DestroyImagePixelCache; in GetPixelCacheMethods()
4879 if (cache_methods->destroy_pixel_handler != (DestroyPixelHandler) NULL) in SetPixelCacheMethods()
4880 cache_info->methods.destroy_pixel_handler= in SetPixelCacheMethods()
4881 cache_methods->destroy_pixel_handler; in SetPixelCacheMethods()
Dstream.c1040 cache_methods.destroy_pixel_handler=DestroyPixelStream; in ReadStream()