Lines Matching refs:pixel_wands
84 ***pixel_wands; member
143 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) in CloneWandView()
144 wand_view->pixel_wands[i],wand_view->extent.width); in CloneWandView()
175 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, in DestroyPixelsThreadSet() argument
181 assert(pixel_wands != (PixelWand ***) NULL); in DestroyPixelsThreadSet()
183 if (pixel_wands[i] != (PixelWand **) NULL) in DestroyPixelsThreadSet()
184 pixel_wands[i]=DestroyPixelWands(pixel_wands[i],number_wands); in DestroyPixelsThreadSet()
185 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); in DestroyPixelsThreadSet()
186 return(pixel_wands); in DestroyPixelsThreadSet()
193 wand_view->pixel_wands=DestroyPixelsThreadSet(wand_view->pixel_wands, in DestroyWandView()
323 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
336 duplex->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
350 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
360 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in DuplexTransferWandViewIterator()
570 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in GetWandViewIterator()
622 return(wand_view->pixel_wands[id]); in GetWandViewPixels()
719 ***pixel_wands; in AcquirePixelsThreadSet() local
728 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
729 sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
730 if (pixel_wands == (PixelWand ***) NULL) in AcquirePixelsThreadSet()
732 (void) memset(pixel_wands,0,number_threads*sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
735 pixel_wands[i]=NewPixelWands(number_wands); in AcquirePixelsThreadSet()
736 if (pixel_wands[i] == (PixelWand **) NULL) in AcquirePixelsThreadSet()
737 return(DestroyPixelsThreadSet(pixel_wands,number_wands)); in AcquirePixelsThreadSet()
739 return(pixel_wands); in AcquirePixelsThreadSet()
763 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandView()
765 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandView()
825 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandViewExtent()
826 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandViewExtent()
973 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in SetWandViewIterator()
1112 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in TransferWandViewIterator()
1126 destination->pixel_wands[id][x]); in TransferWandViewIterator()
1136 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in TransferWandViewIterator()
1264 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in UpdateWandViewIterator()
1271 PixelGetQuantumPixel(source->image,source->pixel_wands[id][x],pixels); in UpdateWandViewIterator()