Searched defs:row_length_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/printing/
H A Dimage.h67 const uint32* data_row = data + y * row_length_ / sizeof(uint32);
86 int row_length_; member in class:printing::Image
/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::__anon9965::Image
[all...]

Completed in 109 milliseconds