Searched refs:biHeight (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Damvideo.idl41 LONG biHeight;
H A Dwingdi.h1842 LONG biHeight; member in struct:__anon14336
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Damvideo.idl41 LONG biHeight;
H A Dwingdi.h1820 LONG biHeight; member in struct:__anon1656
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c430 bmih->biHeight = -((long)image_height);
H A Drpng2-win.c639 bmih->biHeight = -((long)rpng2_info.height);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp52 int32_t biHeight; member in struct:VBOX_BITMAPINFOHEADER
95 bi.biHeight = pImg->height;
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c738 pbmih->biHeight = -((long) cyWinSize);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c591 b_info->bmiHeader.biHeight = -This->currentDesc.Height -extraline;
642 TRACE("Creating a DIB section with size %dx%dx%d, size=%d\n", b_info->bmiHeader.biWidth, b_info->bmiHeader.biHeight, b_info->bmiHeader.biBitCount, b_info->bmiHeader.biSizeImage);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c521 b_info->bmiHeader.biHeight = 0 - surface->resource.height - extraline;
563 b_info->bmiHeader.biWidth, b_info->bmiHeader.biHeight,

Completed in 3929 milliseconds