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()
618 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels()
719 static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands) in AcquirePixelsThreadSet()
721 PixelWand in AcquirePixelsThreadSet()
731 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
733 if (pixel_wands == (PixelWand ***) NULL) in AcquirePixelsThreadSet()
734 return((PixelWand ***) NULL); in AcquirePixelsThreadSet()
739 if (pixel_wands[i] == (PixelWand **) NULL) in AcquirePixelsThreadSet()
771 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandView()
835 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandViewExtent()