Lines Matching refs:PixelWand
83 PixelWand
146 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) in CloneWandView()
178 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, in DestroyPixelsThreadSet()
184 assert(pixel_wands != (PixelWand ***) NULL); in DestroyPixelsThreadSet()
186 if (pixel_wands[i] != (PixelWand **) NULL) in DestroyPixelsThreadSet()
188 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); in DestroyPixelsThreadSet()
616 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels()
717 static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands) in AcquirePixelsThreadSet()
719 PixelWand in AcquirePixelsThreadSet()
729 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
731 if (pixel_wands == (PixelWand ***) NULL) in AcquirePixelsThreadSet()
732 return((PixelWand ***) NULL); in AcquirePixelsThreadSet()
737 if (pixel_wands[i] == (PixelWand **) NULL) in AcquirePixelsThreadSet()
769 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandView()
833 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandViewExtent()