Searched refs:dibsection (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwin32rootless.c | 611 DIBSECTION dibsection; in winMWExtWMStartDrawing() local 674 GetObject(hbmpNew, sizeof(dibsection), &dibsection); in winMWExtWMStartDrawing() 680 (unsigned int) dibsection.dsBmih.biWidth, in winMWExtWMStartDrawing() 681 (unsigned int) dibsection.dsBmih.biHeight, in winMWExtWMStartDrawing() 682 (unsigned int) dibsection.dsBmih.biBitCount, in winMWExtWMStartDrawing() 683 (unsigned int) dibsection.dsBmih.biSizeImage); in winMWExtWMStartDrawing() 709 if (dibsection.dsBmih.biHeight < 0) { in winMWExtWMStartDrawing() 713 (int) dibsection.dsBmih.biHeight); in winMWExtWMStartDrawing() 716 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight; in winMWExtWMStartDrawing() 719 pRLWinPriv->dwWidthBytes = dibsection.dsBm.bmWidthBytes; in winMWExtWMStartDrawing() [all …]
|
| H A D | winshadgdi.c | 319 DIBSECTION dibsection; in winAllocateFBShadowGDI() local 348 GetObject(pScreenPriv->hbmpShadow, sizeof(dibsection), &dibsection); in winAllocateFBShadowGDI() 354 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight, in winAllocateFBShadowGDI() 355 dibsection.dsBmih.biBitCount, (int) dibsection.dsBmih.biSizeImage); in winAllocateFBShadowGDI() 388 if (dibsection.dsBmih.biHeight < 0) { in winAllocateFBShadowGDI() 389 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight; in winAllocateFBShadowGDI() 393 pScreenInfo->dwStride = ((dibsection.dsBmih.biSizeImage in winAllocateFBShadowGDI() 394 / dibsection.dsBmih.biHeight) in winAllocateFBShadowGDI()
|