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

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp122 redShiftLeft_ = CalcShiftLeft(redBits_);
123 greenShiftLeft_ = CalcShiftLeft(greenBits_);
124 blueShiftLeft_ = CalcShiftLeft(blueBits_);
357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) { function in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.h90 int CalcShiftLeft(uint32 mask);
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp122 redShiftLeft_ = CalcShiftLeft(redBits_);
123 greenShiftLeft_ = CalcShiftLeft(greenBits_);
124 blueShiftLeft_ = CalcShiftLeft(blueBits_);
357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) { function in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.h90 int CalcShiftLeft(uint32 mask);

Completed in 107 milliseconds