Searched refs:dwRedBits (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpfbdd.c | 345 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winInitVisualsPrimaryDD 348 dwRedBits = winCountBits (pScreenPriv->dwRedMask); 353 if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 354 pScreenPriv->dwBitsPerRGB = dwRedBits; 355 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
| H A D | winshaddd.c | 787 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winInitVisualsShadowDD 790 dwRedBits = winCountBits (pScreenPriv->dwRedMask); 795 if (dwRedBits == 0 || dwGreenBits == 0 || dwBlueBits == 0) 797 else if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 798 pScreenPriv->dwBitsPerRGB = dwRedBits; 799 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
| H A D | winshadddnl.c | 861 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winInitVisualsShadowDDNL 864 dwRedBits = winCountBits (pScreenPriv->dwRedMask); 869 if (dwRedBits == 0 || dwGreenBits == 0 || dwBlueBits == 0) 871 else if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 872 pScreenPriv->dwBitsPerRGB = dwRedBits; 873 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
| H A D | winshadgdi.c | 172 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winQueryRGBBitsAndMasks 238 dwRedBits = 5; 252 dwRedBits = winCountBits (pdw[0]); 257 if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 258 pScreenPriv->dwBitsPerRGB = dwRedBits; 259 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winshadddnl.c | 725 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winInitVisualsShadowDDNL 728 dwRedBits = winCountBits(pScreenPriv->dwRedMask); 733 if (dwRedBits == 0 || dwGreenBits == 0 || dwBlueBits == 0) 735 else if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 736 pScreenPriv->dwBitsPerRGB = dwRedBits; 737 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
| H A D | winshadgdi.c | 155 DWORD dwRedBits, dwGreenBits, dwBlueBits; local in function:winQueryRGBBitsAndMasks 225 dwRedBits = 5; 238 dwRedBits = winCountBits(pdw[0]); 243 if (dwRedBits > dwGreenBits && dwRedBits > dwBlueBits) 244 pScreenPriv->dwBitsPerRGB = dwRedBits; 245 else if (dwGreenBits > dwRedBits && dwGreenBits > dwBlueBits)
|
Completed in 10 milliseconds