Lines Matching refs:pixel_wands
88 **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()
693 iterator->pixel_wands[x]); in PixelGetNextIteratorRow()
697 return(iterator->pixel_wands); in PixelGetNextIteratorRow()
752 iterator->pixel_wands[x]); in PixelGetPreviousIteratorRow()
756 return(iterator->pixel_wands); in PixelGetPreviousIteratorRow()
943 iterator->pixel_wands[x],pixels); in PixelSyncIterator()