Searched refs:pixel_wands (Results 1 – 3 of 3) sorted by relevance
84 ***pixel_wands; member146 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() argument184 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 …]
88 **pixel_wands; member125 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 …]
5022 **pixel_wands; in MagickGetImageHistogram() local5040 pixel_wands=NewPixelWands(*number_colors); in MagickGetImageHistogram()5043 PixelSetPixelColor(pixel_wands[i],&histogram[i]); in MagickGetImageHistogram()5044 PixelSetColorCount(pixel_wands[i],(size_t) histogram[i].count); in MagickGetImageHistogram()5047 return(pixel_wands); in MagickGetImageHistogram()