ReactOS 0.4.16-dev-980-g00983aa
logical_screen_descriptor Struct Reference

Public Attributes

char signature [6]
 
USHORT width
 
USHORT height
 
BYTE packed
 
BYTE background_color_index
 
BYTE pixel_aspect_ratio
 

Detailed Description

Definition at line 41 of file gifformat.c.

Member Data Documentation

◆ background_color_index

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().

◆ height

USHORT logical_screen_descriptor::height

Definition at line 45 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ packed

BYTE logical_screen_descriptor::packed

Definition at line 46 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ pixel_aspect_ratio

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().

◆ signature

char logical_screen_descriptor::signature[6]

Definition at line 43 of file gifformat.c.

Referenced by GifFrameEncode_Commit(), and load_LSD_metadata().

◆ width

USHORT logical_screen_descriptor::width

Definition at line 44 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().


The documentation for this struct was generated from the following file: