Lines Matching refs:tabRect

590 	const BRect& tabRect = tab->tabRect;
593 if (!tabRect.IsValid() || !invalid.Intersects(tabRect))
600 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
602 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
605 fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
608 fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
609 tabRect.RightBottom(), colors[COLOR_TAB_FRAME_DARK]);
612 float tabBotton = tabRect.bottom;
617 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
618 BPoint(tabRect.left + 1,
621 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
622 BPoint(tabRect.right - (tab->look == kLeftTitledWindowLook ? 0 : 1),
623 tabRect.top + 1),
627 fDrawingEngine->StrokeLine(BPoint(tabRect.right - 1, tabRect.top + 2),
628 BPoint(tabRect.right - 1, tabBotton),
632 BPoint(tabRect.left + 2, tabRect.bottom - 1),
633 BPoint(tabRect.right, tabRect.bottom - 1),
639 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
640 tabRect.right - 2, tabRect.bottom), colors[COLOR_TAB]);
642 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
643 tabRect.right, tabRect.bottom - 2), colors[COLOR_TAB]);
646 _DrawTitle(tab, tabRect);
669 const BRect& tabRect = tab->tabRect;
688 : tabRect.left + tab->textOffset;
689 titlePos.y = floorf(((tabRect.top + 2.0) + tabRect.bottom
693 titlePos.x = floorf(((tabRect.left + 2.0) + tabRect.right
697 : tabRect.bottom - tab->textOffset;
777 BeDecorator::_GetButtonSizeAndOffset(const BRect& tabRect, float* _offset,
781 tabRect.Width() : tabRect.Height();