HomeSort by relevance Sort by last modified time
    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 34 typedef int GifWord;
48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
72 GifWord SWidth, SHeight; /* Size of virtual canvas */
73 GifWord SColorResolution; /* How many colors can we generate? */
74 GifWord SBackGroundColor; /* Background color for virtual canvas */
dgif_lib.c 35 static int DGifGetWord(GifFileType *GifFile, GifWord *Word);
680 DGifGetWord(GifFileType *GifFile, GifWord *Word)
690 *Word = (GifWord)UNSIGNED_LITTLE_ENDIAN(c[0], c[1]);
    [all...]
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 154 GifWord copyWidth = frame->ImageDesc.Width;
159 GifWord copyHeight = frame->ImageDesc.Height;
187 GifWord copyWidth = frame->ImageDesc.Width;
192 GifWord copyHeight = frame->ImageDesc.Height;
204 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
210 GifWord copyWidth = width;
215 GifWord copyHeight = height
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 166 GifWord& copyWidth, GifWord& copyHeight) {
284 GifWord copyWidth, copyHeight;
317 GifWord copyWidth, copyHeight;

Completed in 183 milliseconds