Searched refs:CalcShiftLeft (Results 1 – 2 of 2) sorted by relevance
122 redShiftLeft_ = CalcShiftLeft(redBits_); in DecodeImage()123 greenShiftLeft_ = CalcShiftLeft(greenBits_); in DecodeImage()124 blueShiftLeft_ = CalcShiftLeft(blueBits_); in DecodeImage()357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) { in CalcShiftLeft() function in image_codec::BmpDecoderHelper
90 int CalcShiftLeft(uint32 mask);