OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageCount
(Results
1 - 7
of
7
) sorted by null
/external/giflib/
gifalloc.c
313
GifFile->
ImageCount
--;
314
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
351
sizeof(SavedImage) * (GifFile->
ImageCount
+ 1));
356
sp = &GifFile->SavedImages[GifFile->
ImageCount
++];
429
sp < GifFile->SavedImages + GifFile->
ImageCount
; sp++) {
dgif_lib.c
386
(GifFile->
ImageCount
+ 1))) == NULL) {
398
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
413
GifFile->
ImageCount
++;
[
all
...]
gif_lib.h
89
int
ImageCount
; /* Number of current image */
/external/skia/legacy/src/images/
SkMovie_gif.cpp
83
for (int i = 0; i < fGIF->
ImageCount
; i++)
99
for (int i = 0; i < fGIF->
ImageCount
; i++)
108
fCurrIndex = fGIF->
ImageCount
- 1;
339
if (gif->
ImageCount
< 1) {
379
} else if (lastIndex > fGIF->
ImageCount
- 1) {
381
lastIndex = fGIF->
ImageCount
- 1;
SkImageDecoder_libgif.cpp
182
if (gif->
ImageCount
< 1) { // sanity check
183
return error_return(gif, *bm, "
ImageCount
< 1");
206
SavedImage* image = &gif->SavedImages[gif->
ImageCount
-1];
/external/skia/src/images/
SkMovie_gif.cpp
87
for (int i = 0; i < fGIF->
ImageCount
; i++)
103
for (int i = 0; i < fGIF->
ImageCount
; i++)
112
fCurrIndex = fGIF->
ImageCount
- 1;
343
if (gif->
ImageCount
< 1) {
383
} else if (lastIndex > fGIF->
ImageCount
- 1) {
385
lastIndex = fGIF->
ImageCount
- 1;
SkImageDecoder_libgif.cpp
193
if (gif->
ImageCount
< 1) { // sanity check
194
return error_return(gif, *bm, "
ImageCount
< 1");
217
SavedImage* image = &gif->SavedImages[gif->
ImageCount
-1];
Completed in 28 milliseconds