Lines Matching refs:width
84 if (size_.width() == 0 || size_.height() == 0 ||
85 rhs.size_.width() == 0 || rhs.size_.height() == 0)
88 int width = std::min(size_.width(), rhs.size_.width());
93 for (int x = 0; x < width; ++x) {
101 for (int x = width; x < size_.width(); ++x) {
108 for (int x = width; x < rhs.size_.width(); ++x) {
117 for (int x = 0; x < size_.width(); ++x) {
126 for (int x = 0; x < rhs.size_.width(); ++x) {
135 double total_pixels = static_cast<double>(size_.width()) *
147 row_length_ = size_.width() * sizeof(uint32);