OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redShiftRight_
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/images/
bmpdecoderhelper.h
111
int
redShiftRight_
;
bmpdecoderhelper.cpp
126
redShiftRight_
= CalcShiftRight(redBits_);
294
line[0] = ((val & redBits_) >>
redShiftRight_
) << redShiftLeft_;
Completed in 45 milliseconds