OpenGrok
Cross Reference: scanline.cpp
xref
: /
system
/
core
/
libpixelflinger
/
scanline.cpp
Home
|
History
|
Annotate
|
Download
|
only in
libpixelflinger
Lines Matching
refs:xF
746
u = (u >> 12) & 0
xF
;
747
v = (v >> 12) & 0
xF
;