Home
last modified time | relevance | path

Searched refs:RawVal (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1606 USHORT RawVal = *pVal; in ReadPixel16() local
1608 Pixel->Red = (RawVal >> 8) & 0xf8; in ReadPixel16()
1609 Pixel->Green = (RawVal >> 3) & 0xfc; in ReadPixel16()
1610 Pixel->Blue = (RawVal << 3) & 0xf8; in ReadPixel16()