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

  /external/ImageMagick/MagickCore/
list.h 34 *GetPreviousImageInList(const Image *),
layer.c 292 previous=GetPreviousImageInList(next);
313 if (GetPreviousImageInList(next)->dispose != PreviousDispose)
    [all...]
compress.c 848 if (GetPreviousImageInList(huffman_image) == (Image *) NULL)
    [all...]
constitute.c     [all...]
list.c 788 % GetPreviousImageInList() returns the previous image in the list.
790 % The format of the GetPreviousImageInList method is:
792 % Image *GetPreviousImageInList(const Image *images)
799 MagickExport Image *GetPreviousImageInList(const Image *images)
    [all...]
methods.h     [all...]
identify.c 576 if ((GetPreviousImageInList(image) == (Image *) NULL) &&
    [all...]
blob.c     [all...]
display.c     [all...]
xwindow.c     [all...]
  /external/ImageMagick/coders/
yuv.c 240 if ((y > 0) || (GetPreviousImageInList(image) == (Image *) NULL))
294 if ((y > 0) || (GetPreviousImageInList(image) == (Image *) NULL))
gif.c     [all...]
mpc.c     [all...]
png.c     [all...]
miff.c     [all...]
tiff.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>
399 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/list_8c.html" id="GetPreviousImageInList">GetPreviousImageInList</a></h2>
401 <p>GetPreviousImageInList() returns the previous image in the list.</p>
403 <p>The format of the GetPreviousImageInList method is:</p>
406 Image *GetPreviousImageInList(const Image *images)
  /external/ImageMagick/MagickWand/
display.c 603 if (GetPreviousImageInList(display_image) == (Image *) NULL)
605 display_image=GetPreviousImageInList(display_image);
    [all...]
magick-image.c     [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 287 milliseconds