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

  /external/giflib/
gif_lib.h 199 int DGifGetRecordType(GifFileType *GifFile, GifRecordType *GifType);
dgif_lib.c 291 DGifGetRecordType(GifFileType *GifFile, GifRecordType* Type)
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 258 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
259 return error_return(*bm, "DGifGetRecordType");
499 default: /* Should be trapped by DGifGetRecordType */
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 259 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
260 return error_return(*bm, "DGifGetRecordType");
500 default: /* Should be trapped by DGifGetRecordType */

Completed in 83 milliseconds