Home
last modified time | relevance | path

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

/external/skia/src/images/
Dbmpdecoderhelper.cpp122 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
Dbmpdecoderhelper.h90 int CalcShiftLeft(uint32 mask);