Searched refs:biHeight (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winsetsp.c | 96 bmi.bmiHeader.biHeight = 1; 142 bmi.bmiHeader.biHeight = 1;
|
| H A D | winshadgdi.c | 225 pbmih->biWidth, pbmih->biHeight, pbmih->biBitCount, pbmih->biPlanes); 346 pScreenPriv->pbmih->biHeight = -pScreenInfo->dwHeight; 350 (int) pScreenPriv->pbmih->biWidth, (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); 380 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight, 420 if (dibsection.dsBmih.biHeight < 0) 422 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight; 427 / dibsection.dsBmih.biHeight)
|
| H A D | winwin32rootless.c | 740 pRLWinPriv->pbmihShadow->biHeight = -pRLWinPriv->pFrame->height; 780 (unsigned int)dibsection.dsBmih.biHeight, 811 if (dibsection.dsBmih.biHeight < 0) 813 /* FIXME: Figure out why biHeight is sometimes negative */ 815 "biHeight still negative: %d\n", 816 (int) dibsection.dsBmih.biHeight); 818 "Flipping biHeight sign\n"); 819 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight;
|
| H A D | winnativegdi.c | 385 pbmih->biHeight = -iHeight;
|
| H A D | wincursor.c | 287 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_image.c | 168 int32_t biHeight; member in struct:bmp_info_header 255 bmih.biHeight = height; 312 bmih.biHeight = height;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_image.c | 168 int32_t biHeight; member in struct:bmp_info_header 256 bmih.biHeight = height; 313 bmih.biHeight = height;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winshadgdi.c | 203 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, 327 pScreenPriv->pbmih->biHeight = -pScreenInfo->dwHeight; 332 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); 357 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight, 391 if (dibsection.dsBmih.biHeight < 0) { 392 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight; 397 / dibsection.dsBmih.biHeight)
|
| H A D | wincursor.c | 280 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/gdi/ |
| H A D | gdi_sw_winsys.c | 154 gdt->bmi.bmiHeader.biHeight= -(long)height;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/gdi/ |
| H A D | gdi_sw_winsys.c | 154 gdt->bmi.bmiHeader.biHeight= -(long)height;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Dxgi.cpp | 112 bmi.bmiHeader.biHeight= -(long)h;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_win32.c | 482 info.bmiHeader.biHeight = -create_info->imageExtent.height;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | indirect.c | 994 bmpHeader.biHeight = draw->base.pDraw->height; 1011 size = bmpHeader.biHeight * RASTERWIDTHBYTES(&bmpHeader);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | indirect.c | 1274 bmpHeader.biHeight = draw->base.pDraw->height;
|
Completed in 22 milliseconds