ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
char | signature [6] |
USHORT | width |
USHORT | height |
BYTE | packed |
BYTE | background_color_index |
BYTE | pixel_aspect_ratio |
Definition at line 45 of file gifformat.c.
BYTE logical_screen_descriptor::background_color_index |
Definition at line 56 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
USHORT logical_screen_descriptor::height |
Definition at line 49 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
BYTE logical_screen_descriptor::packed |
Definition at line 50 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 57 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().
char logical_screen_descriptor::signature[6] |
Definition at line 47 of file gifformat.c.
Referenced by GifFrameEncode_Commit(), and load_LSD_metadata().
USHORT logical_screen_descriptor::width |
Definition at line 48 of file gifformat.c.
Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().