OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageListLength
(Results
1 - 25
of
67
) sorted by null
1
2
3
/external/ImageMagick/MagickCore/
list.h
45
GetImageListLength
(const Image *) magick_attribute((__pure__));
list.c
241
length=
GetImageListLength
(images);
394
length=
GetImageListLength
(*images);
696
%
GetImageListLength
() returns the length of the list (the number of images in
699
% The format of the
GetImageListLength
method is:
701
% size_t
GetImageListLength
(const Image *images)
708
MagickExport size_t
GetImageListLength
(const Image *images)
874
group=(Image **) AcquireQuantumMemory((size_t)
GetImageListLength
(images)+1UL,
[
all
...]
channel.c
542
if (
GetImageListLength
(image) > 3)
549
if (
GetImageListLength
(image) > 1)
555
if (
GetImageListLength
(image) > 4)
[
all
...]
layer.c
782
GetImageListLength
(next),sizeof(*bounds));
[
all
...]
constitute.c
636
(
GetImageListLength
(image) != 1))
[
all
...]
delegate.c
638
GetImageListLength
(image));
[
all
...]
methods.h
414
#define
GetImageListLength
PrependMagickMethod(
GetImageListLength
)
[
all
...]
/external/ImageMagick/coders/
info.c
190
imageListLength=
GetImageListLength
(image);
debug.c
211
imageListLength=
GetImageListLength
(image);
aai.c
377
imageListLength=
GetImageListLength
(image);
avs.c
379
imageListLength=
GetImageListLength
(image);
fax.c
392
imageListLength=
GetImageListLength
(image);
mtv.c
381
imageListLength=
GetImageListLength
(image);
flif.c
478
imageListLength=
GetImageListLength
(image);
jbig.c
468
imageListLength=
GetImageListLength
(image);
raw.c
575
imageListLength=
GetImageListLength
(image);
heic.c
777
GetImageListLength
(image));
ipl.c
593
imageListLength=
GetImageListLength
(image);
pcl.c
726
imageListLength=
GetImageListLength
(image);
txt.c
766
imageListLength=
GetImageListLength
(image);
json.c
[
all
...]
/external/ImageMagick/www/source/
mgk.c
450
GetImageListLength
(image));
/external/ImageMagick/MagickWand/
magick-cli.c
263
GetImageListLength
(cli_wand->wand.images) );
489
(long)
GetImageListLength
(cli_wand->wand.images) );
compare.c
[
all
...]
composite.c
[
all
...]
Completed in 273 milliseconds
1
2
3