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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinsetsp.c95 bmi.bmiHeader.biWidth = *piWidths;
141 bmi.bmiHeader.biWidth = *piWidths;
H A Dwinshadgdi.c225 pbmih->biWidth, pbmih->biHeight, pbmih->biBitCount, pbmih->biPlanes);
345 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth;
350 (int) pScreenPriv->pbmih->biWidth, (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount);
380 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight,
H A Dwinwin32rootless.c739 pRLWinPriv->pbmihShadow->biWidth = pRLWinPriv->pFrame->width;
747 pRLWinPriv->pbmihShadow->biWidth = stridesize / (pScreenInfo->dwBPP >> 3);
749 pRLWinPriv->pbmihShadow->biWidth, pRLWinPriv->pFrame->width);
779 (unsigned int)dibsection.dsBmih.biWidth,
H A Dwinnativegdi.c384 pbmih->biWidth = iWidth;
H A Dwincursor.c286 pbmi->bmiHeader.biWidth = pScreenPriv->cursor.sm_cx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c167 int32_t biWidth; member in struct:bmp_info_header
254 bmih.biWidth = width;
311 bmih.biWidth = width;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c167 int32_t biWidth; member in struct:bmp_info_header
255 bmih.biWidth = width;
312 bmih.biWidth = width;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDxgi.cpp111 bmi.bmiHeader.biWidth = w;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c203 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount,
326 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth;
331 (int) pScreenPriv->pbmih->biWidth,
357 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight,
H A Dwincursor.c279 pbmi->bmiHeader.biWidth = pScreenPriv->cursor.sm_cx;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_win32.c481 info.bmiHeader.biWidth = create_info->imageExtent.width;
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c993 bmpHeader.biWidth = draw->base.pDraw->width;
1010 #define RASTERWIDTHBYTES(bmi) (((((bmi)->biWidth*(bmi)->biBitCount)+31)&~31)>>3)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1273 bmpHeader.biWidth = draw->base.pDraw->width;

Completed in 16 milliseconds