Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dtiffformat.c193 struct IFD_rational resx; member
232 struct IFD_rational resx; member
256 …{ 0x11a, IFD_RATIONAL, 1, FIELD_OFFSET(struct tiff_resolution_image_data, resx) }, /* XRESOLUTION …
740 tiff_resolution_image_data.resx = test_data->resx; in test_tiff_resolution()
/reactos/dll/win32/windowscodecs/
H A Dbmpdecode.c165 LONG resx = 0, resy = 0; in BmpHeader_GetResolution() local
177 resx = bih->bV5XPelsPerMeter; in BmpHeader_GetResolution()
182 if (!resx || !resy) in BmpHeader_GetResolution()
189 *pDpiX = resx * 0.0254; in BmpHeader_GetResolution()