Home
last modified time | relevance | path

Searched refs:tiff_resolution_image_data (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/windowscodecs/
H A Dtiffformat.c224 static struct tiff_resolution_image_data struct
235 } tiff_resolution_image_data = argument
243 FIELD_OFFSET(struct tiff_resolution_image_data, number_of_entries),
252 …{ 0x111, IFD_LONG, 1, FIELD_OFFSET(struct tiff_resolution_image_data, pixel_data) }, /* STRIPOFFSE…
256 …{ 0x11a, IFD_RATIONAL, 1, FIELD_OFFSET(struct tiff_resolution_image_data, resx) }, /* XRESOLUTION …
257 …{ 0x11b, IFD_RATIONAL, 1, FIELD_OFFSET(struct tiff_resolution_image_data, resy) }, /* YRESOLUTION …
740 tiff_resolution_image_data.resx = test_data->resx; in test_tiff_resolution()
741 tiff_resolution_image_data.resy = test_data->resy; in test_tiff_resolution()
742 tiff_resolution_image_data.entry[12].value = test_data->resolution_unit; in test_tiff_resolution()
744 … hr = create_decoder(&tiff_resolution_image_data, sizeof(tiff_resolution_image_data), &decoder); in test_tiff_resolution()