Lines Matching refs:pixel_wands

86     ***pixel_wands;
149 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **)
150 wand_view->pixel_wands[i],wand_view->extent.width);
182 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands,
188 assert(pixel_wands != (PixelWand ***) NULL);
190 if (pixel_wands[i] != (PixelWand **) NULL)
191 pixel_wands[i]=DestroyPixelWands(pixel_wands[i],number_wands);
192 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands);
193 return(pixel_wands);
200 wand_view->pixel_wands=DestroyPixelsThreadSet(wand_view->pixel_wands,
331 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
344 duplex->pixel_wands[id][x]);
358 destination->pixel_wands[id][x]);
368 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x],
580 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
614 % GetWandViewPixels() returns the wand view pixel_wands.
632 return(wand_view->pixel_wands[id]);
732 ***pixel_wands;
741 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads,
742 sizeof(*pixel_wands));
743 if (pixel_wands == (PixelWand ***) NULL)
745 (void) ResetMagickMemory(pixel_wands,0,number_threads*sizeof(*pixel_wands));
748 pixel_wands[i]=NewPixelWands(number_wands);
749 if (pixel_wands[i] == (PixelWand **) NULL)
750 return(DestroyPixelsThreadSet(pixel_wands,number_wands));
752 return(pixel_wands);
779 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width);
781 if (wand_view->pixel_wands == (PixelWand ***) NULL)
814 % pixel_wands view.
845 wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width);
846 if (wand_view->pixel_wands == (PixelWand ***) NULL)
995 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x],
1134 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
1148 destination->pixel_wands[id][x]);
1158 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x],
1286 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
1293 PixelGetQuantumPixel(source->image,source->pixel_wands[id][x],pixels);