HomeSort by relevance Sort by last modified time
    Searched refs:GIF_OK (Results 1 - 8 of 8) sorted by null

  /external/giflib/
dgif_lib.c 284 return GIF_OK;
323 return GIF_OK;
425 return GIF_OK;
451 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {
463 return GIF_OK;
488 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
500 return GIF_OK;
559 return GIF_OK;
582 return GIF_OK;
662 return GIF_OK;
    [all...]
egif_lib.c 346 return GIF_OK;
430 return GIF_OK;
531 return GIF_OK;
555 return GIF_OK;
579 return GIF_OK;
601 return GIF_OK;
637 return GIF_OK;
675 return GIF_OK;
687 return (GIF_OK);
746 return GIF_OK;
    [all...]
quantize.c 56 This function returns GIF_OK if successful, GIF_ERROR otherwise.
128 GIF_OK) {
187 return GIF_OK;
194 Returns GIF_ERROR if failed, otherwise GIF_OK.
221 return GIF_OK;
295 return GIF_OK;
gif_lib.h 19 #define GIF_OK 1
gifalloc.c 247 return (GIF_OK);
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 113 return GIF_OK;
542 return (gifCode == GIF_OK);
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 64 if (DGifSlurp(mGif) != GIF_OK) {
  /external/skia/src/images/
SkMovie_gif.cpp 55 if (DGifSlurp(fGIF) != GIF_OK)

Completed in 60 milliseconds