Lines Matching refs:pixel_wands
84 ***pixel_wands; member
146 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) in CloneWandView()
147 wand_view->pixel_wands[i],wand_view->extent.width); in CloneWandView()
178 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, in DestroyPixelsThreadSet() argument
184 assert(pixel_wands != (PixelWand ***) NULL); in DestroyPixelsThreadSet()
186 if (pixel_wands[i] != (PixelWand **) NULL) in DestroyPixelsThreadSet()
187 pixel_wands[i]=DestroyPixelWands(pixel_wands[i],number_wands); in DestroyPixelsThreadSet()
188 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); in DestroyPixelsThreadSet()
189 return(pixel_wands); in DestroyPixelsThreadSet()
196 wand_view->pixel_wands=DestroyPixelsThreadSet(wand_view->pixel_wands, in DestroyWandView()
326 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
339 duplex->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
353 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
363 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in DuplexTransferWandViewIterator()
573 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in GetWandViewIterator()
625 return(wand_view->pixel_wands[id]); in GetWandViewPixels()
722 ***pixel_wands; in AcquirePixelsThreadSet() local
731 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
732 sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
733 if (pixel_wands == (PixelWand ***) NULL) in AcquirePixelsThreadSet()
735 (void) memset(pixel_wands,0,number_threads*sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
738 pixel_wands[i]=NewPixelWands(number_wands); in AcquirePixelsThreadSet()
739 if (pixel_wands[i] == (PixelWand **) NULL) in AcquirePixelsThreadSet()
740 return(DestroyPixelsThreadSet(pixel_wands,number_wands)); in AcquirePixelsThreadSet()
742 return(pixel_wands); in AcquirePixelsThreadSet()
769 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandView()
771 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandView()
834 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandViewExtent()
835 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandViewExtent()
982 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in SetWandViewIterator()
1121 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in TransferWandViewIterator()
1135 destination->pixel_wands[id][x]); in TransferWandViewIterator()
1145 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in TransferWandViewIterator()
1273 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in UpdateWandViewIterator()
1280 PixelGetQuantumPixel(source->image,source->pixel_wands[id][x],pixels); in UpdateWandViewIterator()