Searched refs:row_length_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/printing/
H A Dimage_mac.cc23 row_length_ = size_.width() * sizeof(uint32);
24 size_t bytes = row_length_ * size_.height();
35 row_length_,
H A Dimage.cc21 : row_length_(0),
35 row_length_ = 0;
41 : row_length_(0),
48 row_length_(image.row_length_),
67 row_length_,
147 row_length_ = size_.width() * sizeof(uint32);
H A Dimage.h67 const uint32* data_row = data + y * row_length_ / sizeof(uint32);
86 int row_length_; member in class:printing::Image
H A Dimage_win.cc80 row_length_ = size_.width() * sizeof(uint32);
81 size_t bytes = row_length_ * size_.height();
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc112 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_; member in class:skia::__anon10684::Image
[all...]

Completed in 92 milliseconds