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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinsetsp.c96 bmi.bmiHeader.biHeight = 1;
142 bmi.bmiHeader.biHeight = 1;
H A Dwinshadgdi.c225 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 Dwinwin32rootless.c740 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 Dwinnativegdi.c385 pbmih->biHeight = -iHeight;
H A Dwincursor.c287 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c168 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 Du_debug_image.c168 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 Dwinshadgdi.c203 (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 Dwincursor.c280 pbmi->bmiHeader.biHeight = -abs(pScreenPriv->cursor.sm_cy); /* right-side up */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDxgi.cpp112 bmi.bmiHeader.biHeight= -(long)h;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_win32.c482 info.bmiHeader.biHeight = -create_info->imageExtent.height;
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c994 bmpHeader.biHeight = draw->base.pDraw->height;
1011 size = bmpHeader.biHeight * RASTERWIDTHBYTES(&bmpHeader);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1274 bmpHeader.biHeight = draw->base.pDraw->height;

Completed in 22 milliseconds