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

  /external/giflib/
gif_lib.h 191 int DGifGetRecordType(GifFileType * GifFile, GifRecordType * GifType);
dgif_lib.c 288 DGifGetRecordType(GifFileType * GifFile,
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 172 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
173 return error_return(gif, *bm, "DGifGetRecordType");
328 default: /* Should be trapped by DGifGetRecordType */

Completed in 200 milliseconds