HomeSort by relevance Sort by last modified time
    Searched refs:CalcShiftRight (Results 1 - 2 of 2) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.cpp 126 redShiftRight_ = CalcShiftRight(redBits_);
127 greenShiftRight_ = CalcShiftRight(greenBits_);
128 blueShiftRight_ = CalcShiftRight(blueBits_);
355 int BmpDecoderHelper::CalcShiftRight(uint32 mask) {
bmpdecoderhelper.h 96 int CalcShiftRight(uint32 mask);

Completed in 34 milliseconds