Home | History | Annotate | Download | only in examples

Lines Matching refs:width_

87   int height_, width_;
95 : height_(height), width_(width), data_(width*height, 0.0) {
102 width_ = 0;
115 return width_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
156 return x + width_*y;
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_;
245 if (!GetIgnoreComment(&inputfile, width_) ||
256 int num_pixels = width_*height_;