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

  /external/giflib/
gif_lib.h 202 int DGifGetRecordType(GifFileType *GifFile, GifRecordType *GifType);
dgif_lib.c 295 DGifGetRecordType(GifFileType *GifFile, GifRecordType* Type)
    [all...]
  /external/skia/src/codec/
SkGifCodec.cpp 287 if (GIF_ERROR == DGifGetRecordType(gif, &recordType)) {
288 return gif_error("DGifGetRecordType failed.\n", kInvalidInput);
351 // DGifGetRecordType returns an error if the record type does
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 270 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
271 return error_return(*bm, "DGifGetRecordType");
500 default: /* Should be trapped by DGifGetRecordType */
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 164 if (DGifGetRecordType(gifIn, &recordType) == GIF_ERROR) {

Completed in 599 milliseconds