ReactOS 0.4.16-dev-336-gb667d82
|
Public Attributes | |
IWICBitmapFrameEncode | IWICBitmapFrameEncode_iface |
LONG | ref |
GifEncoder * | encoder |
BOOL | initialized |
BOOL | interlace |
BOOL | committed |
UINT | width |
UINT | height |
UINT | lines |
double | xres |
double | yres |
WICColor | palette [256] |
UINT | colors |
BYTE * | image_data |
Definition at line 1479 of file gifformat.c.
UINT GifFrameEncode::colors |
Definition at line 1488 of file gifformat.c.
BOOL GifFrameEncode::committed |
Definition at line 1484 of file gifformat.c.
GifEncoder* GifFrameEncode::encoder |
Definition at line 1483 of file gifformat.c.
UINT GifFrameEncode::height |
Definition at line 1485 of file gifformat.c.
BYTE* GifFrameEncode::image_data |
Definition at line 1489 of file gifformat.c.
BOOL GifFrameEncode::initialized |
Definition at line 1484 of file gifformat.c.
BOOL GifFrameEncode::interlace |
Definition at line 1484 of file gifformat.c.
IWICBitmapFrameEncode GifFrameEncode::IWICBitmapFrameEncode_iface |
Definition at line 1481 of file gifformat.c.
UINT GifFrameEncode::lines |
Definition at line 1485 of file gifformat.c.
WICColor GifFrameEncode::palette[256] |
Definition at line 1487 of file gifformat.c.
LONG GifFrameEncode::ref |
Definition at line 1482 of file gifformat.c.
UINT GifFrameEncode::width |
Definition at line 1485 of file gifformat.c.
double GifFrameEncode::xres |
Definition at line 1486 of file gifformat.c.
double GifFrameEncode::yres |
Definition at line 1486 of file gifformat.c.