Home
last modified time | relevance | path

Searched refs:PixelSetQuantumPixel (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickWand/
Dwand-view.c326 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
338 PixelSetQuantumPixel(duplex->image,duplex_pixels, in DuplexTransferWandViewIterator()
352 PixelSetQuantumPixel(destination->image,destination_pixels, in DuplexTransferWandViewIterator()
573 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in GetWandViewIterator()
1121 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in TransferWandViewIterator()
1134 PixelSetQuantumPixel(destination->image,destination_pixels, in TransferWandViewIterator()
1273 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]); in UpdateWandViewIterator()
Dpixel-iterator.c510 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetCurrentIteratorRow()
692 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetNextIteratorRow()
751 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetPreviousIteratorRow()
Dpixel-wand.h107 PixelSetQuantumPixel(const Image *,const Quantum *,PixelWand *),
Dpixel-wand.c2143 WandExport void PixelSetQuantumPixel(const Image *image,const Quantum *pixel, in PixelSetQuantumPixel() function
Dmagick-image.c5380 PixelSetQuantumPixel(wand->images,p,color); in MagickGetImagePixelColor()