Searched refs:TransferWandViewIterator (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dwand-view.h46 TransferWandViewIterator(WandView *,WandView *,TransferWandViewMethod,void *),
H A Dwand-view.c1031 % TransferWandViewIterator() iterates over two wand views in parallel and
1052 % The format of the TransferWandViewIterator method is: function
1054 % MagickBooleanType TransferWandViewIterator(WandView *source,
1068 WandExport MagickBooleanType TransferWandViewIterator(WandView *source,
/external/ImageMagick/www/api/
H A Dwand-view.php55 <p class="text-center"><a href="wand-view.php#CloneWandView">CloneWandView</a> &bull; <a href="wand-view.php#DestroyWandView">DestroyWandView</a> &bull; <a href="wand-view.php#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> &bull; <a href="wand-view.php#GetWandViewException">GetWandViewException</a> &bull; <a href="wand-view.php#GetWandViewExtent">GetWandViewExtent</a> &bull; <a href="wand-view.php#GetWandViewIterator">GetWandViewIterator</a> &bull; <a href="wand-view.php#GetWandViewPixels">GetWandViewPixels</a> &bull; <a href="wand-view.php#GetWandViewWand">GetWandViewWand</a> &bull; <a href="wand-view.php#IsWandView">IsWandView</a> &bull; <a href="wand-view.php#NewWandView">NewWandView</a> &bull; <a href="wand-view.php#NewWandViewExtent">NewWandViewExtent</a> &bull; <a href="wand-view.php#SetWandViewDescription">SetWandViewDescription</a> &bull; <a href="wand-view.php#SetWandViewIterator">SetWandViewIterator</a> &bull; <a href="wand-view.php#TransferWandViewIterator">TransferWandViewIterator</a> &bull; <a href="wand-view.php#UpdateWandViewIterator">UpdateWandViewIterator</a></p>
439 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="TransferWandViewIterator">TransferWandViewIterator</a></h2>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
459 <p>The format of the TransferWandViewIterator method is:</p>
462 MagickBooleanType TransferWandViewIterator(WandView *source,

Completed in 173 milliseconds