OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GifWord
(Results
1 - 5
of
5
) sorted by null
/external/giflib/
gif_lib_private.h
33
GifWord
FileState, FileHandle, /* Where all this data goes to! */
gif_lib.h
33
typedef int
GifWord
;
47
GifWord
Left, Top, Width, Height; /* Current image dimensions. */
71
GifWord
SWidth, SHeight; /* Size of virtual canvas */
72
GifWord
SColorResolution; /* How many colors can we generate? */
73
GifWord
SBackGroundColor; /* Background color for virtual canvas */
dgif_lib.c
35
static int DGifGetWord(GifFileType *GifFile,
GifWord
*Word);
669
DGifGetWord(GifFileType *GifFile,
GifWord
*Word)
678
*Word = (
GifWord
)UNSIGNED_LITTLE_ENDIAN(c[0], c[1]);
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp
149
GifWord
copyWidth = frame->ImageDesc.Width;
154
GifWord
copyHeight = frame->ImageDesc.Height;
182
GifWord
copyWidth = frame->ImageDesc.Width;
187
GifWord
copyHeight = frame->ImageDesc.Height;
199
static void fillRect(SkBitmap* bm,
GifWord
left,
GifWord
top,
GifWord
width,
GifWord
height,
205
GifWord
copyWidth = width;
210
GifWord
copyHeight = height
[
all
...]
/external/skia/src/images/
SkMovie_gif.cpp
149
GifWord
copyWidth = frame->ImageDesc.Width;
154
GifWord
copyHeight = frame->ImageDesc.Height;
182
GifWord
copyWidth = frame->ImageDesc.Width;
187
GifWord
copyHeight = frame->ImageDesc.Height;
199
static void fillRect(SkBitmap* bm,
GifWord
left,
GifWord
top,
GifWord
width,
GifWord
height,
205
GifWord
copyWidth = width;
210
GifWord
copyHeight = height
[
all
...]
Completed in 32 milliseconds