ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <wincodecs_private.h>
Public Attributes | |
CLSID | pixel_format |
UINT | width |
UINT | height |
UINT | bpp |
DOUBLE | dpix |
DOUBLE | dpiy |
DWORD | num_color_contexts |
DWORD | num_colors |
WICColor | palette [256] |
Definition at line 289 of file wincodecs_private.h.
UINT decoder_frame::bpp |
Definition at line 293 of file wincodecs_private.h.
DOUBLE decoder_frame::dpix |
Definition at line 294 of file wincodecs_private.h.
DOUBLE decoder_frame::dpiy |
Definition at line 294 of file wincodecs_private.h.
UINT decoder_frame::height |
Definition at line 292 of file wincodecs_private.h.
DWORD decoder_frame::num_color_contexts |
Definition at line 295 of file wincodecs_private.h.
DWORD decoder_frame::num_colors |
Definition at line 296 of file wincodecs_private.h.
WICColor decoder_frame::palette[256] |
Definition at line 297 of file wincodecs_private.h.
CLSID decoder_frame::pixel_format |
Definition at line 291 of file wincodecs_private.h.
UINT decoder_frame::width |
Definition at line 292 of file wincodecs_private.h.