Home | History | Annotate | Download | only in gfx

Lines Matching refs:set_height

40   set_height(height);
46 set_height(height);
57 set_height(r.bottom - r.top);
63 set_height(r.bottom - r.top);
70 set_height(r.size.height);
76 set_height(r.size.height);
83 set_height(r.height);
89 set_height(r.height);
97 void Rect::set_height(int height) {
98 size_.set_height(height);
104 set_height(height);
110 set_height(std::max(height() - top - bottom, 0));