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

  /external/skia/src/images/
bmpdecoderhelper.h 111 int redShiftRight_;
bmpdecoderhelper.cpp 126 redShiftRight_ = CalcShiftRight(redBits_);
294 line[0] = ((val & redBits_) >> redShiftRight_) << redShiftLeft_;

Completed in 24 milliseconds