OpenGrok
Cross Reference: scanline.cpp
xref
: /
system
/
core
/
libpixelflinger
/
scanline.cpp
Home
|
History
|
Annotate
|
Download
|
only in
libpixelflinger
Lines Matching
refs:xfc
1162
return uint16_t(((r & 0xf8) << 8) | ((g & 0
xfc
) << 3) | (b >> 3));