OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GifFileType
(Results
1 - 7
of
7
) sorted by null
/external/giflib/
gif_lib.h
70
typedef struct
GifFileType
{
84
}
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
* GifFile)
[
all
...]
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,
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
...]
gifalloc.c
276
FreeLastSavedImage(
GifFileType
*GifFile)
312
GifMakeSavedImage(
GifFileType
*GifFile, const SavedImage *CopyFrom)
379
GifFreeSavedImages(
GifFileType
*GifFile)
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
101
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) {
190
GifFileType
* gif = DGifOpen(sk_stream, DecodeCallBackProc);
192
GifFileType
* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
198
SkAutoTCallIProc<
GifFileType
, DGifCloseFile> acp(gif);
SkMovie_gif.cpp
30
GifFileType
* fGIF;
36
static int Decode(
GifFileType
* fileType, GifByteType* out, int size) {
341
const
GifFileType
* gif = fGIF;
/external/skia/src/images/
SkImageDecoder_libgif.cpp
101
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) {
190
GifFileType
* gif = DGifOpen(sk_stream, DecodeCallBackProc);
192
GifFileType
* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
198
SkAutoTCallIProc<
GifFileType
, DGifCloseFile> acp(gif);
SkMovie_gif.cpp
30
GifFileType
* fGIF;
36
static int Decode(
GifFileType
* fileType, GifByteType* out, int size) {
341
const
GifFileType
* gif = fGIF;
Completed in 2009 milliseconds