Searched refs:GifWord (Results 1 - 5 of 5) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h33 GifWord FileState, FileHandle, /* Where all this data goes to! */
H A Dgif_lib.h33 typedef int GifWord; typedef
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 */
H A Ddgif_lib.c35 static int DGifGetWord(GifFileType *GifFile, GifWord *Word);
669 DGifGetWord(GifFileType *GifFile, GifWord *Word)
678 *Word = (GifWord)UNSIGNED_LITTLE_ENDIAN(c[0], c[1]);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp149 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 copyHeigh
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp149 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 copyHeigh
[all...]

Completed in 106 milliseconds