Home
last modified time | relevance | path

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

/external/giflib/
Dgif_lib.h70 typedef struct GifFileType { struct
84 } GifFileType; argument
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 * GifFile);
[all …]
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,
49 GifFileType *
53 GifFileType *GifFile; in DGifOpenFileName()
71 GifFileType *
75 GifFileType *GifFile; in DGifOpenFileHandle()
79 GifFile = (GifFileType *)malloc(sizeof(GifFileType)); in DGifOpenFileHandle()
[all …]
Dgifalloc.c276 FreeLastSavedImage(GifFileType *GifFile) in FreeLastSavedImage()
312 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom) in GifMakeSavedImage()
379 GifFreeSavedImages(GifFileType *GifFile) in GifFreeSavedImages()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libgif.cpp101 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc()
118 static const ColorMapObject* find_colormap(const GifFileType* gif) { in find_colormap()
179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { in skip_src_rows()
233 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc);
235 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
241 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif);
DSkMovie_gif.cpp30 GifFileType* fGIF;
36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()
341 const GifFileType* gif = fGIF; in onGetBitmap()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp101 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc()
118 static const ColorMapObject* find_colormap(const GifFileType* gif) { in find_colormap()
180 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { in skip_src_rows()
234 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc);
236 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
242 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif);
DSkMovie_gif.cpp30 GifFileType* fGIF;
36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()
341 const GifFileType* gif = fGIF; in onGetBitmap()