Lines Matching refs:left

76 		frame.left, frame.top, frame.right, frame.bottom));
103 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
269 // calculate left/top/right/bottom borders
271 // NOTE: no overlapping, the left and right border rects
273 fLeftBorder.Set(fFrame.left - fBorderWidth, fFrame.top,
274 fFrame.left - 1, fFrame.bottom);
279 fTopBorder.Set(fFrame.left - fBorderWidth, fFrame.top - fBorderWidth,
282 fBottomBorder.Set(fFrame.left - fBorderWidth, fFrame.bottom + 1,
324 // calculate left/top/right/bottom outline borders
325 // NOTE: no overlapping, the left and right border rects
327 fLeftOutlineBorder.Set(fFrame.left - fOutlineBorderWidth, fFrame.top,
328 fFrame.left - 1, fFrame.bottom);
333 fTopOutlineBorder.Set(fFrame.left - fOutlineBorderWidth,
337 fBottomOutlineBorder.Set(fFrame.left - fOutlineBorderWidth,
371 tabRect.Set(fFrame.left - fBorderWidth,
374 ((fFrame.right - fFrame.left) < (spacing * 5) ?
375 fFrame.left + (spacing * 5) : fFrame.right) + fBorderWidth,
378 tabRect.Set(fFrame.left - fBorderWidth
380 fFrame.top - fBorderWidth, fFrame.left - fBorderWidth,
420 tabRect.right = tabRect.left + tabSize;
428 && tab->tabOffset > (fRightBorder.right - fLeftBorder.left
430 tab->tabOffset = uint32(fRightBorder.right - fLeftBorder.left
502 float offsetX = previousTab->tabRect.right - tab->tabRect.left;
523 tab->tabOffset = uint32(tab->tabRect.left - fLeftBorder.left);
630 realResizeRect.Set(fRightBorder.left,
662 BRect t(fRightBorder.left - offset.x, fTopBorder.top,
665 t.Set(fRightBorder.left - offset.x, fBottomBorder.top,
670 dirty->Include(BRect(fRightBorder.left, fTopBorder.top,
674 BRect t(fLeftBorder.left, fLeftBorder.bottom - offset.y,
677 t.Set(fRightBorder.left, fRightBorder.bottom - offset.y,
716 tabRect.right = tabRect.left + tabSize;
790 = fRightBorder.right - fLeftBorder.left - tabRect.Width();
792 maxLocation = fTitleBarRect.right - fLeftBorder.left - tabRect.Width();
889 toTab->tabOffset = uint32(toTab->tabRect.left - fLeftBorder.left);
1004 closeRect.Set(tabRect.left + offset, tabRect.top + offset,
1005 tabRect.left + offset + size, tabRect.top + offset + size);
1012 closeRect.right = closeRect.left - offset;
1014 zoomRect.left = zoomRect.right + offset;
1016 closeRect.Set(tabRect.left + offset, tabRect.top + offset,
1017 tabRect.left + offset + size, tabRect.top + offset + size);
1019 zoomRect.Set(tabRect.left + offset, tabRect.bottom - offset - size,
1020 tabRect.left + size + offset, tabRect.bottom - offset);
1034 size = (zoomRect.left - closeRect.right) - tab->textOffset * 2 + inset;
1081 tabSize = fRightBorder.right - fLeftBorder.left;