Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dbmpdecode.c147 *puiHeight = abs(This->bih.bV5Height); in BmpFrameDecode_GetSize()
383 height = abs(This->bih.bV5Height); in BmpFrameDecode_ReadUncompressed()
384 bottomup = (This->bih.bV5Height > 0); in BmpFrameDecode_ReadUncompressed()
477 height = abs(This->bih.bV5Height); in BmpFrameDecode_ReadRLE8()
601 height = abs(This->bih.bV5Height); in BmpFrameDecode_ReadRLE4()
816 This->bih.bV5Height /= 2; in BmpDecoder_ReadHeaders()
H A Dbmpencode.c346 bih.bV5Height = This->height; in BmpFrameEncode_Commit()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dconverter.c976 ok(bih.bV5Height == 2, "wrong height %u\n", bih.bV5Height); in check_bmp_format()
988 ok(bih.bV5Height == 2, "wrong height %u\n", bih.bV5Height); in check_bmp_format()
1000 ok(bih.bV5Height == 2, "wrong height %u\n", bih.bV5Height); in check_bmp_format()
1012 ok(bih.bV5Height == 2, "wrong height %u\n", bih.bV5Height); in check_bmp_format()
/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiCreateDIBSection.c413 pbV5h->bV5Height = 3; in START_TEST()
/reactos/win32ss/gdi/gdi32/objects/
H A Dbitmap.c193 *height = v5hdr->bV5Height; in DIB_GetBitmapInfo()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c331 TEST_FIELD_SIZE (BITMAPV5HEADER, bV5Height, 4) in test_pack_BITMAPV5HEADER()
332 TEST_FIELD_ALIGN (BITMAPV5HEADER, bV5Height, 4) in test_pack_BITMAPV5HEADER()
333 TEST_FIELD_OFFSET(BITMAPV5HEADER, bV5Height, 8) in test_pack_BITMAPV5HEADER()
6854 TEST_FIELD_SIZE (BITMAPV5HEADER, bV5Height, 4) in test_pack_BITMAPV5HEADER()
6855 TEST_FIELD_ALIGN (BITMAPV5HEADER, bV5Height, 4) in test_pack_BITMAPV5HEADER()
6856 TEST_FIELD_OFFSET(BITMAPV5HEADER, bV5Height, 8) in test_pack_BITMAPV5HEADER()
/reactos/sdk/include/psdk/
H A Dwingdi.h1517 LONG bV5Height; member