HomeSort by relevance Sort by last modified time
    Searched refs:GetImageIndexInList (Results 1 - 10 of 10) sorted by null

  /external/ImageMagick/MagickCore/
list.h 48 GetImageIndexInList(const Image *);
list.c 644 % GetImageIndexInList() returns the offset in the list of the specified image.
646 % The format of the GetImageIndexInList method is:
648 % ssize_t GetImageIndexInList(const Image *images)
655 MagickExport ssize_t GetImageIndexInList(const Image *images)
    [all...]
methods.h 443 #define GetImageIndexInList PrependMagickMethod(GetImageIndexInList)
    [all...]
delegate.c 636 GetImageIndexInList(image));
    [all...]
fx.c     [all...]
property.c     [all...]
cache.c     [all...]
  /external/ImageMagick/www/api/
list.php 55 <p class="text-center"><a href="list.php#AppendImageToList">AppendImageToList</a> &bull; <a href="list.php#CloneImageList">CloneImageList</a> &bull; <a href="list.php#CloneImages">CloneImages</a> &bull; <a href="list.php#DeleteImageFromList">DeleteImageFromList</a> &bull; <a href="list.php#DeleteImages">DeleteImages</a> &bull; <a href="list.php#DestroyImageList">DestroyImageList</a> &bull; <a href="list.php#DuplicateImages">DuplicateImages</a> &bull; <a href="list.php#GetFirstImageInList">GetFirstImageInList</a> &bull; <a href="list.php#GetImageFromList">GetImageFromList</a> &bull; <a href="list.php#GetImageIndexInList">GetImageIndexInList</a> &bull; <a href="list.php#GetImageListLength">GetImageListLength</a> &bull; <a href="list.php#GetLastImageInList">GetLastImageInList</a> &bull; <a href="list.php#GetNextImageInList">GetNextImageInList</a> &bull; <a href="list.php#GetPreviousImageInList">GetPreviousImageInList</a> &bull; <a href="list.php#ImageListToArray">ImageListToArray</a> &bull; <a href="list.php#InsertImageInList">InsertImageInList</a> &bull; <a href="list.php#NewImageList">NewImageList</a> &bull; <a href="list.php#PrependImageToList">PrependImageToList</a> &bull; <a href="list.php#RemoveImageFromList">RemoveImageFromList</a> &bull; <a href="list.php#RemoveFirstImageFromList">RemoveFirstImageFromList</a> &bull; <a href="list.php#RemoveLastImageFromList">RemoveLastImageFromList</a> &bull; <a href="list.php#ReplaceImageInList">ReplaceImageInList</a> &bull; <a href="list.php#ReplaceImageInListReturnLast">ReplaceImageInListReturnLast</a> &bull; <a href="list.php#ReverseImageList">ReverseImageList</a> &bull; <a href="list.php#SpliceImageIntoList">SpliceImageIntoList</a> &bull; <a href="list.php#SplitImageList">SplitImageList</a></p>
311 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/list_8c.html" id="GetImageIndexInList">GetImageIndexInList</a></h2>
313 <p>GetImageIndexInList() returns the offset in the list of the specified image.</p>
315 <p>The format of the GetImageIndexInList method is:</p>
318 ssize_t GetImageIndexInList(const Image *images)
  /external/ImageMagick/MagickWand/
magick-wand.c 383 return(GetImageIndexInList(wand->images));
    [all...]
mogrify.c     [all...]

Completed in 2819 milliseconds