Home
last modified time | relevance | path

Searched refs:DestroyPixelWands (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickWand/
Dpixel-wand.h61 **DestroyPixelWands(PixelWand **,const size_t),
Dpixel-iterator.c125 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands, in ClearPixelIterator()
216 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands, in DestroyPixelIterator()
Dwand-view.c184 pixel_wands[i]=DestroyPixelWands(pixel_wands[i],number_wands); in DestroyPixelsThreadSet()
Dpixel-wand.c269 WandExport PixelWand **DestroyPixelWands(PixelWand **wand, in DestroyPixelWands() function