Searched refs:ImageCount (Results 1 - 7 of 7) sorted by relevance

/external/giflib/
H A Dgifalloc.c284 GifFile->ImageCount--;
285 sp = &GifFile->SavedImages[GifFile->ImageCount];
320 sizeof(SavedImage) * (GifFile->ImageCount + 1));
325 sp = &GifFile->SavedImages[GifFile->ImageCount++];
387 sp < GifFile->SavedImages + GifFile->ImageCount; sp++) {
H A Ddgif_lib.c390 (GifFile->ImageCount + 1))) == NULL) {
402 sp = &GifFile->SavedImages[GifFile->ImageCount];
417 GifFile->ImageCount++;
594 if (ImageIndex < 0 || ImageIndex > GifFile->ImageCount - 1)
1082 sp = &GifFile->SavedImages[GifFile->ImageCount - 1];
H A Dgif_lib.h76 int ImageCount; /* Number of current image (both APIs) */ member in struct:GifFileType
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp86 for (int i = 0; i < fGIF->ImageCount; i++)
102 for (int i = 0; i < fGIF->ImageCount; i++)
111 fCurrIndex = fGIF->ImageCount - 1;
345 if (gif->ImageCount < 1) {
383 } else if (lastIndex > fGIF->ImageCount - 1) {
385 lastIndex = fGIF->ImageCount - 1;
H A DSkImageDecoder_libgif.cpp268 if (gif->ImageCount < 1) { // sanity check
269 return error_return(*bm, "ImageCount < 1");
275 SavedImage* image = &gif->SavedImages[gif->ImageCount-1];
/external/skia/src/images/
H A DSkMovie_gif.cpp86 for (int i = 0; i < fGIF->ImageCount; i++)
102 for (int i = 0; i < fGIF->ImageCount; i++)
111 fCurrIndex = fGIF->ImageCount - 1;
345 if (gif->ImageCount < 1) {
383 } else if (lastIndex > fGIF->ImageCount - 1) {
385 lastIndex = fGIF->ImageCount - 1;
H A DSkImageDecoder_libgif.cpp269 if (gif->ImageCount < 1) { // sanity check
270 return error_return(*bm, "ImageCount < 1");
276 SavedImage* image = &gif->SavedImages[gif->ImageCount-1];

Completed in 3213 milliseconds