• Home
  • Raw
  • Download

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()
572 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in GetWandViewIterator()
623 return(wand_view->pixel_wands[id]); in GetWandViewPixels()
720 ***pixel_wands; in AcquirePixelsThreadSet() local
729 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
730 sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
731 if (pixel_wands == (PixelWand ***) NULL) in AcquirePixelsThreadSet()
733 (void) ResetMagickMemory(pixel_wands,0,number_threads*sizeof(*pixel_wands)); in AcquirePixelsThreadSet()
736 pixel_wands[i]=NewPixelWands(number_wands); in AcquirePixelsThreadSet()
737 if (pixel_wands[i] == (PixelWand **) NULL) in AcquirePixelsThreadSet()
738 return(DestroyPixelsThreadSet(pixel_wands,number_wands)); in AcquirePixelsThreadSet()
740 return(pixel_wands); in AcquirePixelsThreadSet()
767 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandView()
769 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandView()
832 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width); in NewWandViewExtent()
833 if (wand_view->pixel_wands == (PixelWand ***) NULL) in NewWandViewExtent()
980 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in SetWandViewIterator()
1118 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in TransferWandViewIterator()
1132 destination->pixel_wands[id][x]); in TransferWandViewIterator()
1142 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in TransferWandViewIterator()
1269 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in UpdateWandViewIterator()
1276 PixelGetQuantumPixel(source->image,source->pixel_wands[id][x],pixels); in UpdateWandViewIterator()