Searched refs:GifFileType (Results 1 - 7 of 7) sorted by relevance

/external/giflib/
H A Dgif_lib.h70 typedef struct GifFileType { struct
84 } GifFileType; typedef in typeref:struct:GifFileType
97 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
102 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
125 GifFileType *EGifOpenFileName(const char *GifFileName,
127 GifFileType *EGifOpenFileHandle(const int GifFileHandle, int *Error);
128 GifFileType *EGifOpen(void *userPtr, OutputFunc writeFunc, int *Error);
129 int EGifSpew(GifFileType * GifFile);
130 char *EGifGetGifVersion(GifFileType *GifFile); /* new in 5.x */
131 int EGifCloseFile(GifFileType * GifFil
[all...]
H A Ddgif_lib.c35 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,
46 Returns dynamically allocated GifFileType pointer which serves as the GIF
49 GifFileType *
53 GifFileType *GifFile;
68 Returns dynamically allocated GifFileType pointer which serves as the GIF
71 GifFileType *
[all...]
H A Dgifalloc.c276 FreeLastSavedImage(GifFileType *GifFile)
312 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom)
379 GifFreeSavedImages(GifFileType *GifFile)
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp101 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out,
118 static const ColorMapObject* find_colormap(const GifFileType* gif) {
179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) {
233 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc);
235 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
241 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif);
H A DSkMovie_gif.cpp30 GifFileType* fGIF;
36 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
341 const GifFileType* gif = fGIF;
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp101 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out,
118 static const ColorMapObject* find_colormap(const GifFileType* gif) {
180 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) {
234 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc);
236 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
242 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif);
H A DSkMovie_gif.cpp30 GifFileType* fGIF;
36 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
341 const GifFileType* gif = fGIF;

Completed in 529 milliseconds