Home | History | Annotate | Download | only in gfx

Lines Matching defs:top_

17   Type top() const { return top_; }
28 Type height() const { return top_ + bottom_; }
34 top_ = top;
41 return top_ == insets.top_ && left_ == insets.left_ &&
50 top_ += insets.top_;
57 return Class(-top_, -left_, -bottom_, -right_);
62 : top_(top),
72 Type top_;