ReactOS 0.4.16-dev-981-g80eb313
|
Public Attributes | |
struct IFD_rational | resx |
struct IFD_rational | resy |
LONG | resolution_unit |
double | expected_dpi_x |
double | expected_dpi_y |
double | broken_dpi_x |
double | broken_dpi_y |
Definition at line 179 of file tiffformat.c.
double tiff_resolution_test_data::broken_dpi_x |
Definition at line 187 of file tiffformat.c.
double tiff_resolution_test_data::broken_dpi_y |
Definition at line 188 of file tiffformat.c.
double tiff_resolution_test_data::expected_dpi_x |
Definition at line 184 of file tiffformat.c.
double tiff_resolution_test_data::expected_dpi_y |
Definition at line 185 of file tiffformat.c.
LONG tiff_resolution_test_data::resolution_unit |
Definition at line 183 of file tiffformat.c.
struct IFD_rational tiff_resolution_test_data::resx |
Definition at line 181 of file tiffformat.c.
struct IFD_rational tiff_resolution_test_data::resy |
Definition at line 182 of file tiffformat.c.