OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GifByteType
(Results
1 - 7
of
7
) sorted by null
/external/giflib/
gif_lib_private.h
50
GifByteType
Buf[256]; /* Compressed input is buffered here. */
51
GifByteType
Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
52
GifByteType
Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
gif_lib.h
50
typedef unsigned char
GifByteType
;
69
GifByteType
Red, Green, Blue;
115
typedef int (*InputFunc) (GifFileType *,
GifByteType
*, int);
120
typedef int (*OutputFunc) (GifFileType *, const
GifByteType
*, int);
163
const
GifByteType
* GifCodeBlock);
165
const
GifByteType
* GifCodeBlock);
197
GifByteType
** GifExtension);
198
int DGifGetExtensionNext(GifFileType * GifFile,
GifByteType
** GifExtension);
200
GifByteType
** GifCodeBlock);
201
int DGifGetCodeNext(GifFileType * GifFile,
GifByteType
** GifCodeBlock)
[
all
...]
dgif_lib.c
57
static int DGifBufferedInput(GifFileType *GifFile,
GifByteType
*Buf,
58
GifByteType
*NextByte);
236
GifByteType
Buf[3];
291
GifByteType
Buf;
332
GifByteType
Buf[3];
431
GifByteType
*Dummy;
474
GifByteType
*Dummy;
517
GifByteType
** Extension) {
519
GifByteType
Buf;
544
GifByteType
** Extension)
[
all
...]
/external/skia/legacy/src/images/
SkImageDecoder_libgif.cpp
94
static int DecodeCallBackProc(GifFileType* fileType,
GifByteType
* out,
168
GifByteType
*extData;
SkMovie_gif.cpp
36
static int Decode(GifFileType* fileType,
GifByteType
* out, int size) {
/external/skia/src/images/
SkImageDecoder_libgif.cpp
94
static int DecodeCallBackProc(GifFileType* fileType,
GifByteType
* out,
176
GifByteType
*extData;
SkMovie_gif.cpp
36
static int Decode(GifFileType* fileType,
GifByteType
* out, int size) {
Completed in 32 milliseconds