OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageCount
(Results
1 - 10
of
10
) sorted by null
/frameworks/ex/framesequence/jni/
FrameSequence_gif.h
45
return mGif ? mGif->
ImageCount
: 0;
FrameSequence_gif.cpp
64
mPreservedFrames = new bool[mGif->
ImageCount
];
65
mRestoringFrames = new int[mGif->
ImageCount
];
68
for (int i = 0; i < mGif->
ImageCount
; i++) {
106
mGif->SWidth, mGif->SHeight, mGif->
ImageCount
, durationMs);
107
for (int i = 0; i < mGif->
ImageCount
; i++) {
328
const int maxFrame = gif->
ImageCount
;
/external/giflib/
gifalloc.c
295
GifFile->
ImageCount
--;
296
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
329
sizeof(SavedImage) * (GifFile->
ImageCount
+ 1));
334
SavedImage *sp = &GifFile->SavedImages[GifFile->
ImageCount
++];
396
sp < GifFile->SavedImages + GifFile->
ImageCount
; sp++) {
dgif_lib.c
396
sizeof(SavedImage) * (GifFile->
ImageCount
+ 1));
410
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
425
GifFile->
ImageCount
++;
601
if (ImageIndex < 0 || ImageIndex > GifFile->
ImageCount
- 1)
[
all
...]
gif_lib.h
77
int
ImageCount
; /* Number of current image (both APIs) */
egif_lib.c
201
for (i = 0; i < GifFile->
ImageCount
; i++) {
672
if (ImageIndex < 0 || ImageIndex > GifFile->
ImageCount
- 1)
[
all
...]
/external/skia/src/images/
SkMovie_gif.cpp
92
for (int i = 0; i < fGIF->
ImageCount
; i++)
108
for (int i = 0; i < fGIF->
ImageCount
; i++)
117
fCurrIndex = fGIF->
ImageCount
- 1;
351
if (gif->
ImageCount
< 1) {
389
} else if (lastIndex > fGIF->
ImageCount
- 1) {
391
lastIndex = fGIF->
ImageCount
- 1;
SkImageDecoder_libgif.cpp
280
if (gif->
ImageCount
< 1) { // sanity check
281
return error_return(*bm, "
ImageCount
< 1");
287
SavedImage* image = &gif->SavedImages[gif->
ImageCount
-1];
/external/skia/src/codec/
SkGifCodec.cpp
191
SkASSERT(gif->
ImageCount
>= 1);
364
SavedImage* image = &gif->SavedImages[gif->
ImageCount
- 1];
/packages/apps/Messaging/jni/
GifTranscoder.cpp
358
ASSERT(imageIndex < gifIn->
ImageCount
,
359
"Image index %d is out of bounds (count=%d)", imageIndex, gifIn->
ImageCount
);
Completed in 2487 milliseconds