Searched refs:dibsection (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootless.c708 DIBSECTION dibsection; local in function:winMWExtWMStartDrawing
773 GetObject (hbmpNew, sizeof (dibsection), &dibsection);
779 (unsigned int)dibsection.dsBmih.biWidth,
780 (unsigned int)dibsection.dsBmih.biHeight,
781 (unsigned int)dibsection.dsBmih.biBitCount,
782 (unsigned int)dibsection.dsBmih.biSizeImage);
811 if (dibsection.dsBmih.biHeight < 0)
816 (int) dibsection.dsBmih.biHeight);
819 dibsection
[all...]
H A Dwinshadgdi.c341 DIBSECTION dibsection; local in function:winAllocateFBShadowGDI
373 sizeof (dibsection),
374 &dibsection);
380 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight,
381 dibsection.dsBmih.biBitCount,
382 (int) dibsection.dsBmih.biSizeImage);
420 if (dibsection.dsBmih.biHeight < 0)
422 dibsection.dsBmih.biHeight = -dibsection
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c322 DIBSECTION dibsection; local in function:winAllocateFBShadowGDI
351 GetObject(pScreenPriv->hbmpShadow, sizeof(dibsection), &dibsection);
357 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight,
358 dibsection.dsBmih.biBitCount, (int) dibsection.dsBmih.biSizeImage);
391 if (dibsection.dsBmih.biHeight < 0) {
392 dibsection.dsBmih.biHeight = -dibsection
[all...]

Completed in 4 milliseconds