Home | History | Annotate | Download | only in ext

Lines Matching refs:row_length_

112     row_length_ = bitmap_data.bmWidthBytes;
113 size_t size = row_length_ * height_;
125 int row_length() const { return row_length_; }
133 row_length_,
150 row_length_ != rhs.row_length_ ||
179 const uint32* data_row = data + y * row_length_ / sizeof(uint32);
191 row_length_ = static_cast<int>(bitmap.rowBytes());
192 size_t size = row_length_ * height_;
203 int row_length_;