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

  /external/skia/src/images/
bmpdecoderhelper.cpp 132 rowPad_ = 0;
159 rowPad_ = 4 - (rowLen % 4);
160 rowLen += rowPad_;
325 for (int i = 0; i < rowPad_; ++i) {
bmpdecoderhelper.h 106 int rowPad_;

Completed in 21 milliseconds