OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageIndexInList
(Results
1 - 8
of
8
) sorted by null
/external/ImageMagick/MagickCore/
list.h
48
GetImageIndexInList
(const Image *) magick_attribute((__pure__));
methods.h
410
#define
GetImageIndexInList
PrependMagickMethod(
GetImageIndexInList
)
[
all
...]
list.c
657
%
GetImageIndexInList
() returns the offset in the list of the specified image.
659
% The format of the
GetImageIndexInList
method is:
661
% ssize_t
GetImageIndexInList
(const Image *images)
668
MagickExport ssize_t
GetImageIndexInList
(const Image *images)
[
all
...]
delegate.c
651
GetImageIndexInList
(image));
[
all
...]
fx.c
[
all
...]
property.c
[
all
...]
/external/ImageMagick/MagickWand/
magick-wand.c
383
return(
GetImageIndexInList
(wand->images));
[
all
...]
mogrify.c
[
all
...]
Completed in 89 milliseconds