Searched refs:ulBitsPerPel (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp239 pDev->mode.ulBitsPerPel = selectedMode.BitsPerPlane * selectedMode.NumberOfPlanes;
244 pDev->mode.ulPaletteShift = (pDev->mode.ulBitsPerPel==8) ? (8-selectedMode.NumberRedBits) : 0;
260 pGdiInfo->cBitsPixel = pDev->mode.ulBitsPerPel;
263 pGdiInfo->ulNumColors = (pDev->mode.ulBitsPerPel==8) ? 20 : ((ULONG)(-1));
288 pGdiInfo->ulNumPalReg = (pDev->mode.ulBitsPerPel==8) ? (1<<pDev->mode.ulBitsPerPel) : 0;
307 switch (pDev->mode.ulBitsPerPel)
361 switch (pDev->mode.ulBitsPerPel)
622 if (pDev->mode.ulBitsPerPel==16 || pDev->mode.ulBitsPerPel
[all...]
H A DVBoxDispDriverDDraw.cpp41 pHalInfo->vmiData.ddpfDisplay.dwRGBBitCount = pDev->mode.ulBitsPerPel;
214 if (pSurface->lpGbl->ddpfSurface.dwRGBBitCount != pDev->mode.ulBitsPerPel)
H A DVBoxDispPalette.cpp57 if (pDev->mode.ulBitsPerPel!=8)
144 if (pDev->mode.ulBitsPerPel!=8)
H A DVBoxDisp.h39 ULONG ulBitsPerPel; /* number of bits per pel */ member in struct:_VBOXDISPCURRENTMODE

Completed in 45 milliseconds