Searched refs:PixelSetQuantumPixel (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | wand-view.c | 326 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()
|
D | pixel-iterator.c | 510 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetCurrentIteratorRow() 692 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetNextIteratorRow() 751 PixelSetQuantumPixel(GetCacheViewImage(iterator->view),pixels, in PixelGetPreviousIteratorRow()
|
D | pixel-wand.h | 107 PixelSetQuantumPixel(const Image *,const Quantum *,PixelWand *),
|
D | pixel-wand.c | 2143 WandExport void PixelSetQuantumPixel(const Image *image,const Quantum *pixel, in PixelSetQuantumPixel() function
|
D | magick-image.c | 5380 PixelSetQuantumPixel(wand->images,p,color); in MagickGetImagePixelColor()
|