HomeSort by relevance Sort by last modified time
    Searched defs:width_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/gfx/
size.h 25 Size() : width_(0), height_(0) {}
37 int width() const { return width_; }
40 int GetArea() const { return width_ * height_; }
48 set_width(width_ + width);
56 return width_ == s.width_ && height_ == s.height_;
65 return (width_ == 0) || (height_ == 0);
75 int width_; member in class:gfx::Size
  /external/skia/src/images/
bmpdecoderhelper.h 102 int width_; member in class:image_codec::BmpDecoderHelper

Completed in 44 milliseconds