Searched refs:CalcShiftRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp119 redShiftRight_ = CalcShiftRight(redBits_);
120 greenShiftRight_ = CalcShiftRight(greenBits_);
121 blueShiftRight_ = CalcShiftRight(blueBits_);
348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) { function in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.h89 int CalcShiftRight(uint32 mask);
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp119 redShiftRight_ = CalcShiftRight(redBits_);
120 greenShiftRight_ = CalcShiftRight(greenBits_);
121 blueShiftRight_ = CalcShiftRight(blueBits_);
348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) { function in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.h89 int CalcShiftRight(uint32 mask);

Completed in 80 milliseconds