Searched refs:GifWord (Results 1 – 4 of 4) sorted by relevance
36 typedef int GifWord; typedef50 GifWord Left, Top, Width, Height; /* Current image dimensions. */74 GifWord SWidth, SHeight; /* Size of virtual canvas */75 GifWord SColorResolution; /* How many colors can we generate? */76 GifWord SBackGroundColor; /* Background color for virtual canvas */
39 GifWord FileState, FileHandle, /* Where all this data goes to! */
41 static int DGifGetWord(GifFileType *GifFile, GifWord *Word);727 DGifGetWord(GifFileType *GifFile, GifWord *Word) in DGifGetWord()737 *Word = (GifWord)UNSIGNED_LITTLE_ENDIAN(c[0], c[1]); in DGifGetWord()
139 - Handle te GBA changes by defining GifPrefixType and GifWord to int