Lines Matching refs:wR
1934 UShort count, wR, wG, wB, tmp;
2016 wR = *cp.red.usp;
2023 if( wR > pRGB->Red ) {
2024 tmp = wR;
2025 wR = pRGB->Red;
2040 wR = *cp.red.usp++;
2046 if (wR < pRGB->Red) {
2047 tmp = wR;
2048 wR = pRGB->Red;
2236 wR = (UShort)(pwsum->Red >> 4);
2238 pwsum->Red |= wR;
2239 wR = (UShort)(pwsum->Green >> 4);
2241 pwsum->Green |= wR;
2242 wR = (UShort)(pwsum->Blue>> 4);
2244 pwsum->Blue |= wR;
2262 wR = (UShort)(*cp.green.usp >> 4);
2264 *cp.green.usp |= wR;