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()
177 clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **) in ClonePixelIterator()
178 iterator->pixel_wands,iterator->region.width); in ClonePixelIterator()
216 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands, in DestroyPixelIterator()
329 iterator->pixel_wands=NewPixelWands(iterator->region.width); in NewPixelIterator()
445 iterator->pixel_wands=NewPixelWands(iterator->region.width); in NewPixelRegionIterator()
503 iterator->pixel_wands[x]); in PixelGetCurrentIteratorRow()
507 return(iterator->pixel_wands); in PixelGetCurrentIteratorRow()
686 iterator->pixel_wands[x]); in PixelGetNextIteratorRow()
690 return(iterator->pixel_wands); in PixelGetNextIteratorRow()
745 iterator->pixel_wands[x]); in PixelGetPreviousIteratorRow()
749 return(iterator->pixel_wands); in PixelGetPreviousIteratorRow()
936 iterator->pixel_wands[x],pixels); in PixelSyncIterator()