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

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h106 int blueShiftRight_; member in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.cpp121 blueShiftRight_ = CalcShiftRight(blueBits_);
289 line[2] = ((val & blueBits_) >> blueShiftRight_) << blueShiftLeft_;
/external/skia/src/images/
H A Dbmpdecoderhelper.h106 int blueShiftRight_; member in class:image_codec::BmpDecoderHelper
H A Dbmpdecoderhelper.cpp121 blueShiftRight_ = CalcShiftRight(blueBits_);
289 line[2] = ((val & blueBits_) >> blueShiftRight_) << blueShiftLeft_;

Completed in 159 milliseconds