Home | History | Annotate | Download | only in gfx

Lines Matching defs:right_

20   Type right() const { return right_; }
24 Type width() const { return left_ + right_; }
37 right_ = right;
42 bottom_ == insets.bottom_ && right_ == insets.right_;
53 right_ += insets.right_;
57 return Class(-top_, -left_, -bottom_, -right_);
65 right_(right) {}
75 Type right_;