Searched refs:DGifGetRecordType (Results 1 - 4 of 4) sorted by relevance

/external/giflib/
H A Dgif_lib.h199 int DGifGetRecordType(GifFileType *GifFile, GifRecordType *GifType);
H A Ddgif_lib.c291 DGifGetRecordType(GifFileType *GifFile, GifRecordType* Type) function
1074 if (DGifGetRecordType(GifFile, &RecordType) == GIF_ERROR)
1160 default: /* Should be trapped by DGifGetRecordType */
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp258 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
259 return error_return(*bm, "DGifGetRecordType");
499 default: /* Should be trapped by DGifGetRecordType */
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp259 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
260 return error_return(*bm, "DGifGetRecordType");
500 default: /* Should be trapped by DGifGetRecordType */

Completed in 247 milliseconds