Home
last modified time | relevance | path

Searched refs:DGifGetExtensionNext (Results 1 – 4 of 4) sorted by relevance

/external/giflib/
Ddgif_lib.c530 return DGifGetExtensionNext(GifFile, Extension); in DGifGetExtension()
539 DGifGetExtensionNext(GifFileType *GifFile, GifByteType ** Extension) in DGifGetExtensionNext() function
1145 if (DGifGetExtensionNext(GifFile, &ExtData) == GIF_ERROR) in DGifSlurp()
Dgif_lib.h206 int DGifGetExtensionNext(GifFileType *GifFile, GifByteType **GifExtension);
/external/skia/src/codec/
DSkCodec_libgif.cpp546 if (GIF_ERROR == DGifGetExtensionNext(fGif, &extData)) {
/external/skia/src/images/
DSkImageDecoder_libgif.cpp488 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {