OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redBits_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h
101
uint32
redBits_
;
bmpdecoderhelper.cpp
105
redBits_
= 0x7c00;
115
redBits_
= GetInt() & 0xffff;
119
redShiftRight_ = CalcShiftRight(
redBits_
);
122
redShiftLeft_ = CalcShiftLeft(
redBits_
);
287
line[0] = ((val &
redBits_
) >> redShiftRight_) << redShiftLeft_;
/external/skia/src/images/
bmpdecoderhelper.h
101
uint32
redBits_
;
bmpdecoderhelper.cpp
105
redBits_
= 0x7c00;
115
redBits_
= GetInt() & 0xffff;
119
redShiftRight_ = CalcShiftRight(
redBits_
);
122
redShiftLeft_ = CalcShiftLeft(
redBits_
);
287
line[0] = ((val &
redBits_
) >> redShiftRight_) << redShiftLeft_;
Completed in 80 milliseconds