Searched refs:RawVal (Results 1 – 1 of 1) sorted by relevance
1606 USHORT RawVal = *pVal; in ReadPixel16() local1608 Pixel->Red = (RawVal >> 8) & 0xf8; in ReadPixel16()1609 Pixel->Green = (RawVal >> 3) & 0xfc; in ReadPixel16()1610 Pixel->Blue = (RawVal << 3) & 0xf8; in ReadPixel16()