Searched refs:CalcShiftRight (Results 1 – 2 of 2) sorted by relevance
119 redShiftRight_ = CalcShiftRight(redBits_); in DecodeImage()120 greenShiftRight_ = CalcShiftRight(greenBits_); in DecodeImage()121 blueShiftRight_ = CalcShiftRight(blueBits_); in DecodeImage()348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) { in CalcShiftRight() function in image_codec::BmpDecoderHelper
89 int CalcShiftRight(uint32 mask);