Searched refs:MagickSetIteratorIndex (Results 1 - 7 of 7) sorted by relevance
/external/ImageMagick/MagickWand/ |
H A D | MagickWand.h | 109 MagickSetIteratorIndex(MagickWand *,const ssize_t);
|
H A D | magick-wand.c | 908 % MagickSetIteratorIndex() set the iterator to the given position in the 926 % The format of the MagickSetIteratorIndex method is: 928 % MagickBooleanType MagickSetIteratorIndex(MagickWand *wand, 938 WandExport MagickBooleanType MagickSetIteratorIndex(MagickWand *wand, 919 WandExport MagickBooleanType MagickSetIteratorIndex(MagickWand *wand, function
|
/external/ImageMagick/MagickWand/tests/ |
H A D | add_index.c | 53 MagickSetIteratorIndex(wand, 1);
|
H A D | loop_over_lists.c | 75 printf("or MagickSetIteratorIndex(w,-1)\n"); 109 (void) MagickSetIteratorIndex(wand,i);
|
/external/ImageMagick/www/api/ |
H A D | magick-wand.php | 55 <p class="text-center"><a href="magick-wand.php#ClearMagickWand">ClearMagickWand</a> • <a href="magick-wand.php#CloneMagickWand">CloneMagickWand</a> • <a href="magick-wand.php#DestroyMagickWand">DestroyMagickWand</a> • <a href="magick-wand.php#IsMagickWand">IsMagickWand</a> • <a href="magick-wand.php#MagickClearException">MagickClearException</a> • <a href="magick-wand.php#MagickGetException">MagickGetException</a> • <a href="magick-wand.php#MagickGetExceptionType">MagickGetExceptionType</a> • <a href="magick-wand.php#MagickGetIteratorIndex">MagickGetIteratorIndex</a> • <a href="magick-wand.php#MagickQueryConfigureOption">MagickQueryConfigureOption</a> • <a href="magick-wand.php#MagickQueryConfigureOptions">MagickQueryConfigureOptions</a> • <a href="magick-wand.php#MagickQueryFontMetrics">MagickQueryFontMetrics</a> • <a href="magick-wand.php#MagickQueryMultilineFontMetrics">MagickQueryMultilineFontMetrics</a> • <a href="magick-wand.php#MagickQueryFonts">MagickQueryFonts</a> • <a href="magick-wand.php#MagickQueryFormats">MagickQueryFormats</a> • <a href="magick-wand.php#MagickRelinquishMemory">MagickRelinquishMemory</a> • <a href="magick-wand.php#MagickResetIterator">MagickResetIterator</a> • <a href="magick-wand.php#MagickSetFirstIterator">MagickSetFirstIterator</a> • <a href="magick-wand.php#MagickSetIteratorIndex">MagickSetIteratorIndex</a> • <a href="magick-wand.php#MagickSetLastIterator">MagickSetLastIterator</a> • <a href="magick-wand.php#MagickWandGenesis">MagickWandGenesis</a> • <a href="magick-wand.php#MagickWandTerminus">MagickWandTerminus</a> • <a href="magick-wand.php#NewMagickWand">NewMagickWand</a> • <a href="magick-wand.php#NewMagickWandFromImage">NewMagickWandFromImage</a> • <a href="magick-wand.php#IsMagickWandInstantiated">IsMagickWandInstantiated</a></p> 520 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-wand_8c.html" id="MagickSetIteratorIndex">MagickSetIteratorIndex</a></h2> 522 <p>MagickSetIteratorIndex() set the iterator to the given position in the image list specified with the index parameter. A zero index will set the first image as current, and so on. Negative indexes can be used to specify an image relative to the end of the images in the wand, with -1 being the last image in the wand.</p> 530 <p>The format of the MagickSetIteratorIndex method is:</p> 533 MagickBooleanType MagickSetIteratorIndex(MagickWand *wand,
|
H A D | magick-image.php | 4926 <p>Use MagickSetFirstIterator(), to insert new images before all the current images in the wand, MagickSetLastIterator() to append add to the end, MagickSetIteratorIndex() to place images just after the given index.</p> 5428 <p>MagickSetImage() replaces the last image returned by MagickSetIteratorIndex(), MagickNextImage(), MagickPreviousImage() with the images from the specified wand.</p>
|
/external/ImageMagick/tests/ |
H A D | wandtest.c | 5257 (void) MagickSetIteratorIndex(magick_wand,1); 5268 (void) MagickSetIteratorIndex(magick_wand,0); 5278 (void) MagickSetIteratorIndex(magick_wand,2); 5319 (void) MagickSetIteratorIndex(magick_wand,1); 5340 (void) MagickSetIteratorIndex(magick_wand,2); 5357 (void) MagickSetIteratorIndex(magick_wand,3); 5368 (void) MagickSetIteratorIndex(magick_wand,4);
|
Completed in 277 milliseconds