Searched refs:Width (Results 1 – 5 of 5) sorted by relevance
48 double Width() const in Width() function70 width_ = size.Width(); in SetSize()125 return Size(width_ + size.Width(), height_ + size.Height());130 return Size(width_ - size.Width(), height_ - size.Height());158 width_ += size.Width();165 width_ -= size.Width();
81 return Offset(deltaX_ + size.Width(), deltaY_ + size.Height());91 return Offset(deltaX_ - size.Width(), deltaY_ - size.Height());
32 # Width of line coverage field in source code view35 # Width of branch coverage field in source code view38 # Width of overview image (used by --frames option of genhtml)
63 console.info('Width ----' + this.myWidth)
50 * @tc.desc The Width 200 height 200,Grid is divided into 4 equal parts, 4 components97 * @tc.desc The Width 200 height 300,Grid is divided into 4 equal parts, 4 components