ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
const WICPixelFormatGUID * | format |
UINT | bpp |
const BYTE * | bits |
UINT | width |
UINT | height |
double | xres |
double | yres |
const struct bitmap_data * | alt_data |
Definition at line 35 of file converter.c.
const struct bitmap_data* bitmap_data::alt_data |
Definition at line 43 of file converter.c.
Referenced by test_color_formats().
Definition at line 38 of file converter.c.
Referenced by test_color_formats().
UINT bitmap_data::bpp |
Definition at line 37 of file converter.c.
Referenced by test_color_formats().
const WICPixelFormatGUID* bitmap_data::format |
Definition at line 36 of file converter.c.
Referenced by test_color_formats().
UINT bitmap_data::height |
Definition at line 40 of file converter.c.
Referenced by test_color_formats().
UINT bitmap_data::width |
Definition at line 39 of file converter.c.
Referenced by test_color_formats().
double bitmap_data::xres |
Definition at line 41 of file converter.c.
double bitmap_data::yres |
Definition at line 42 of file converter.c.