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

  /external/chromium_org/printing/
image_mac.cc 23 row_length_ = size_.width() * sizeof(uint32);
24 size_t bytes = row_length_ * size_.height();
35 row_length_,
image.cc 21 : 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);
image.h 67 const uint32* data_row = data + y * row_length_ / sizeof(uint32);
86 int row_length_; member in class:printing::Image
image_win.cc 80 row_length_ = size_.width() * sizeof(uint32);
81 size_t bytes = row_length_ * size_.height();
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 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_; member in class:skia::__anon12371::Image
    [all...]

Completed in 54 milliseconds