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

  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 48 fGIF = DGifOpen( stream, Decode );
50 fGIF = DGifOpen( stream, Decode, nullptr );
  /external/giflib/
gif_lib.h 182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
dgif_lib.c 159 DGifOpen(void *userData, InputFunc readFunc, int *Error)
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 49 mGif = DGifOpen(stream, streamReader, NULL);

Completed in 84 milliseconds