Home
last modified time | relevance | path

Searched refs:pixel_wands (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickWand/
Dwand-view.c84 ***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()
[all …]
Dpixel-iterator.c88 **pixel_wands; member
125 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands, in ClearPixelIterator()
128 iterator->pixel_wands=NewPixelWands(iterator->region.width); in ClearPixelIterator()
179 clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **) in ClonePixelIterator()
180 iterator->pixel_wands,iterator->region.width); in ClonePixelIterator()
218 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands, in DestroyPixelIterator()
334 iterator->pixel_wands=NewPixelWands(iterator->region.width); in NewPixelIterator()
453 iterator->pixel_wands=NewPixelWands(iterator->region.width); in NewPixelRegionIterator()
511 iterator->pixel_wands[x]); in PixelGetCurrentIteratorRow()
515 return(iterator->pixel_wands); in PixelGetCurrentIteratorRow()
[all …]
Dmagick-image.c5034 **pixel_wands; in MagickGetImageHistogram() local
5052 pixel_wands=NewPixelWands(*number_colors); in MagickGetImageHistogram()
5055 PixelSetPixelColor(pixel_wands[i],&histogram[i]); in MagickGetImageHistogram()
5056 PixelSetColorCount(pixel_wands[i],(size_t) histogram[i].count); in MagickGetImageHistogram()
5059 return(pixel_wands); in MagickGetImageHistogram()