Lines Matching refs:bottom

76 		frame.left, frame.top, frame.right, frame.bottom));
103 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
151 // Part of the bottom and right borders may be a resize-region, so we have
167 fBottomBorder.bottom - fBorderResizeLength),
269 // calculate left/top/right/bottom borders
274 fFrame.left - 1, fFrame.bottom);
277 fFrame.right + fBorderWidth, fFrame.bottom);
282 fBottomBorder.Set(fFrame.left - fBorderWidth, fFrame.bottom + 1,
283 fFrame.right + fBorderWidth, fFrame.bottom + fBorderWidth);
297 fBottomBorder.bottom - fResizeKnobSize, fBottomBorder.right,
298 fBottomBorder.bottom);
324 // calculate left/top/right/bottom outline borders
328 fFrame.left - 1, fFrame.bottom);
331 fFrame.right + fOutlineBorderWidth, fFrame.bottom);
338 fFrame.bottom + 1,
340 fFrame.bottom + fOutlineBorderWidth);
381 fFrame.bottom + fBorderWidth);
422 tabRect.bottom = tabRect.top + tabSize;
559 rect.bottom++;
599 fFrame.bottom += offset.y;
618 // The bottom border resize line
622 fBottomBorder.bottom - 1);
631 fBottomBorder.bottom - fBorderResizeLength,
633 fBottomBorder.bottom - fBorderResizeLength);
649 fBorderRect.bottom += offset.y;
651 fLeftBorder.bottom += offset.y;
655 fRightBorder.bottom += offset.y;
663 fRightBorder.right, fTopBorder.bottom);
666 fRightBorder.right, fBottomBorder.bottom);
671 fRightBorder.right, fBottomBorder.bottom));
674 BRect t(fLeftBorder.left, fLeftBorder.bottom - offset.y,
675 fLeftBorder.right, fLeftBorder.bottom);
677 t.Set(fRightBorder.left, fRightBorder.bottom - offset.y,
678 fRightBorder.right, fRightBorder.bottom);
719 tabRect.bottom = tabRect.top + tabSize;
734 redraw.bottom++;
803 rect.bottom++;
819 rect.bottom++;
926 // include the rectangular resize knob on the bottom right
928 region->Include(BRect(fFrame.right - knobSize, fFrame.bottom - knobSize,
929 fFrame.right, fFrame.bottom));
1019 zoomRect.Set(tabRect.left + offset, tabRect.bottom - offset - size,
1020 tabRect.left + size + offset, tabRect.bottom - offset);
1024 closeRect.bottom = closeRect.top - offset;
1026 zoomRect.top = zoomRect.bottom + offset;
1036 size = (zoomRect.top - closeRect.bottom) - tab->textOffset * 2 + inset;
1083 tabSize = fBottomBorder.bottom - fTopBorder.top;