Searched refs:tiff_8bpp_data (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | tiffformat.c | 148 static const struct tiff_8bpp_data struct 159 } tiff_8bpp_data = argument 167 FIELD_OFFSET(struct tiff_8bpp_data, number_of_entries), 176 { 0x111, IFD_LONG, 1, FIELD_OFFSET(struct tiff_8bpp_data, pixel_data) }, /* STRIPOFFSETS */ 180 { 0x11a, IFD_RATIONAL, 1, FIELD_OFFSET(struct tiff_8bpp_data, res) }, 181 { 0x11b, IFD_RATIONAL, 1, FIELD_OFFSET(struct tiff_8bpp_data, res) }, 183 … { 0x140, IFD_SHORT, 256*3, FIELD_OFFSET(struct tiff_8bpp_data, palette_data) } /* COLORMAP */ 683 char buf[sizeof(tiff_8bpp_data)]; in test_tiff_8bpp_palette() 692 memcpy(buf, &tiff_8bpp_data, sizeof(tiff_8bpp_data)); in test_tiff_8bpp_palette() 693 generate_tiff_palette(buf + FIELD_OFFSET(struct tiff_8bpp_data, palette_data), 256); in test_tiff_8bpp_palette()
|