Home
last modified time | relevance | path

Searched refs:blueBits_ (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
Dbmpdecoderhelper.cpp107 blueBits_ = 0x001f; in DecodeImage()
117 blueBits_ = GetInt() & 0xffff; in DecodeImage()
121 blueShiftRight_ = CalcShiftRight(blueBits_); in DecodeImage()
124 blueShiftLeft_ = CalcShiftLeft(blueBits_); in DecodeImage()
289 line[2] = ((val & blueBits_) >> blueShiftRight_) << blueShiftLeft_; in DoStandardDecode()
Dbmpdecoderhelper.h103 uint32 blueBits_; variable