OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPreviousImageInList
(Results
1 - 22
of
22
) sorted by null
/external/ImageMagick/MagickCore/
list.h
34
*
GetPreviousImageInList
(const Image *) magick_attribute((__pure__)),
layer.c
292
previous=
GetPreviousImageInList
(next);
313
if (
GetPreviousImageInList
(next)->dispose != PreviousDispose)
[
all
...]
methods.h
[
all
...]
compress.c
859
if (
GetPreviousImageInList
(huffman_image) == (Image *) NULL)
[
all
...]
list.c
807
%
GetPreviousImageInList
() returns the previous image in the list.
809
% The format of the
GetPreviousImageInList
method is:
811
% Image *
GetPreviousImageInList
(const Image *images)
818
MagickExport Image *
GetPreviousImageInList
(const Image *images)
[
all
...]
constitute.c
[
all
...]
identify.c
620
if ((
GetPreviousImageInList
(image) == (Image *) NULL) &&
[
all
...]
blob.c
[
all
...]
display.c
[
all
...]
xwindow.c
[
all
...]
/external/ImageMagick/coders/
yuv.c
248
if ((y > 0) || (
GetPreviousImageInList
(image) == (Image *) NULL))
313
if ((y > 0) || (
GetPreviousImageInList
(image) == (Image *) NULL))
gif.c
[
all
...]
mpc.c
[
all
...]
png.c
[
all
...]
miff.c
[
all
...]
tiff.c
[
all
...]
/external/ImageMagick/MagickWand/
display.c
608
if (
GetPreviousImageInList
(display_image) == (Image *) NULL)
610
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 583 milliseconds