HomeSort by relevance Sort by last modified time
    Searched defs:GetLastImageInList (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
list.c 97 p=GetLastImageInList(*images);
617 p=GetLastImageInList(images);
702 images=GetLastImageInList(images);
720 % GetLastImageInList() returns a pointer to the last image in the list.
722 % The format of the GetLastImageInList method is:
724 % Image *GetLastImageInList(const Image *images)
731 MagickExport Image *GetLastImageInList(const Image *images)
    [all...]
methods.h 468 #define GetLastImageInList PrependMagickMethod(GetLastImageInList)
    [all...]

Completed in 743 milliseconds