HomeSort by relevance Sort by last modified time
    Searched defs:GifFile (Results 1 - 3 of 3) sorted by null

  /external/giflib/
dgif_lib.c 35 static int DGifGetWord(GifFileType *GifFile, GifWord *Word);
36 static int DGifSetupDecompress(GifFileType *GifFile);
37 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
40 static int DGifDecompressInput(GifFileType *GifFile, int *Code);
41 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
53 GifFileType *GifFile;
61 GifFile = DGifOpenFileHandle(FileHandle, Error);
62 return GifFile;
74 GifFileType *GifFile;
78 GifFile = (GifFileType *)malloc(sizeof(GifFileType))
    [all...]
egif_lib.c 35 static int EGifPutWord(int Word, GifFileType * GifFile);
36 static int EGifSetupCompress(GifFileType * GifFile);
37 static int EGifCompressLine(GifFileType * GifFile, GifPixelType * Line,
39 static int EGifCompressOutput(GifFileType * GifFile, int Code);
40 static int EGifBufferedOutput(GifFileType * GifFile, GifByteType * Buf,
58 GifFileType *GifFile;
74 GifFile = EGifOpenFileHandle(FileHandle, Error);
75 if (GifFile == (GifFileType *) NULL)
77 return GifFile;
90 GifFileType *GifFile;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wintrust.h 511 CRYPT_DATA_BLOB GifFile;

Completed in 64 milliseconds