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 125 rowPad_ = 0;
152 rowPad_ = 4 - (rowLen % 4);
153 rowLen += rowPad_;
318 for (int i = 0; i < rowPad_; ++i) {
bmpdecoderhelper.h 99 int rowPad_;

Completed in 141 milliseconds