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

  /external/giflib/
gif_lib.h 188 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc); /* new one
dgif_lib.c 169 DGifOpen(void *userData,
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 154 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc);
156 return error_return(gif, *bm, "DGifOpen");
SkMovie_gif.cpp 43 fGIF = DGifOpen( stream, Decode );

Completed in 799 milliseconds