Searched refs:UpdateWandViewIterator (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dwand-view.h47 UpdateWandViewIterator(WandView *,UpdateWandViewMethod,void *);
H A Dwand-view.c1194 % UpdateWandViewIterator() iterates over the wand view in parallel and calls
1212 % The format of the UpdateWandViewIterator method is:
1214 % MagickBooleanType UpdateWandViewIterator(WandView *source,
1226 WandExport MagickBooleanType UpdateWandViewIterator(WandView *source,
1209 WandExport MagickBooleanType UpdateWandViewIterator(WandView *source, function
/external/ImageMagick/www/source/wand/
H A Dsigmoidal-contrast.c93 status=UpdateWandViewIterator(contrast_view,SigmoidalContrast,(void *) NULL);
/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>
490 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="UpdateWandViewIterator">UpdateWandViewIterator</a></h2>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
509 <p>The format of the UpdateWandViewIterator method is:</p>
512 MagickBooleanType UpdateWandViewIterator(WandView *source,

Completed in 2522 milliseconds