Home | History | Annotate | Download | only in base

Lines Matching refs:new_bottom

94   int new_bottom = new_rect.bottom();
101 if (new_top <= top && new_bottom >= bottom) {
107 if (new_top < top && new_bottom >= top)
109 if (new_bottom > bottom && new_top <= bottom)
110 bottom = new_bottom;
111 } else if (top <= new_top && bottom >= new_bottom) {
119 if (bottom > new_bottom && top <= new_bottom)
120 new_bottom = bottom;
126 new_left, new_top, new_right - new_left, new_bottom - new_top);