OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GifByteType
(Results
1 - 8
of
8
) sorted by null
/external/giflib/
gif_lib.h
31
typedef unsigned char
GifByteType
;
36
GifByteType
Red, Green, Blue;
54
GifByteType
*Bytes; /* on malloc(3) heap */
65
GifByteType
*RasterBits; /* on malloc(3) heap */
74
GifByteType
AspectByte; /* Used to compute pixel aspect ratio */
97
typedef int (*InputFunc) (GifFileType *,
GifByteType
*, int);
102
typedef int (*OutputFunc) (GifFileType *, const
GifByteType
*, int);
168
const
GifByteType
*GifCodeBlock);
170
const
GifByteType
*GifCodeBlock);
205
GifByteType
**GifExtension)
[
all
...]
gif_lib_private.h
49
GifByteType
Buf[256]; /* Compressed input is buffered here. */
50
GifByteType
Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
51
GifByteType
Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
dgif_lib.c
41
static int DGifBufferedInput(GifFileType *GifFile,
GifByteType
*Buf,
42
GifByteType
*NextByte);
233
GifByteType
Buf[3];
293
GifByteType
Buf;
334
GifByteType
Buf[3];
434
GifByteType
*Dummy;
474
GifByteType
*Dummy;
513
DGifGetExtension(GifFileType *GifFile, int *ExtCode,
GifByteType
**Extension)
515
GifByteType
Buf;
539
DGifGetExtensionNext(GifFileType *GifFile,
GifByteType
** Extension
[
all
...]
gifalloc.c
239
ep->Bytes = (
GifByteType
*)malloc(ep->ByteCount);
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
101
static int DecodeCallBackProc(GifFileType* fileType,
GifByteType
* out,
207
GifByteType
*extData;
SkMovie_gif.cpp
36
static int Decode(GifFileType* fileType,
GifByteType
* out, int size) {
/external/skia/src/images/
SkImageDecoder_libgif.cpp
101
static int DecodeCallBackProc(GifFileType* fileType,
GifByteType
* out,
207
GifByteType
*extData;
SkMovie_gif.cpp
36
static int Decode(GifFileType* fileType,
GifByteType
* out, int size) {
Completed in 268 milliseconds