ReactOS 0.4.16-dev-980-g00983aa
|
Public Attributes | |
char | signature [6] |
USHORT | width |
USHORT | height |
BYTE | packed |
BYTE | background_color_index |
BYTE | pixel_aspect_ratio |
Definition at line 41 of file gifformat.c.
BYTE logical_screen_descriptor::background_color_index |
Definition at line 52 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
USHORT logical_screen_descriptor::height |
Definition at line 45 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
BYTE logical_screen_descriptor::packed |
Definition at line 46 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
BYTE logical_screen_descriptor::pixel_aspect_ratio |
Definition at line 53 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
char logical_screen_descriptor::signature[6] |
Definition at line 43 of file gifformat.c.
Referenced by GifFrameEncode_Commit(), and load_LSD_metadata().
USHORT logical_screen_descriptor::width |
Definition at line 44 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().