Lines Matching refs:tabRect

539 	const BRect& tabRect = tab->tabRect;
542 if (!tabRect.IsValid() || !invalid.Intersects(tabRect))
550 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
552 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
555 fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
558 fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
559 tabRect.RightBottom(), fFocusFrameColor);
563 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
565 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
568 fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
571 fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
572 tabRect.RightBottom(), fFocusFrameColor);
576 float tabBotton = tabRect.bottom;
581 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
582 BPoint(tabRect.left + 1,
585 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
586 BPoint(tabRect.right - (tab->look == kLeftTitledWindowLook ? 0 : 1),
587 tabRect.top + 1),
591 fDrawingEngine->StrokeLine(BPoint(tabRect.right - 1, tabRect.top + 2),
592 BPoint(tabRect.right - 1, tabBotton),
596 BPoint(tabRect.left + 2, tabRect.bottom - 1),
597 BPoint(tabRect.right, tabRect.bottom - 1),
603 gradient.SetStart(tabRect.LeftTop());
613 gradient.SetEnd(tabRect.LeftBottom());
614 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
615 tabRect.right - 2, tabBotton), gradient);
617 gradient.SetEnd(tabRect.RightTop());
618 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
619 tabRect.right, tabRect.bottom - 2), gradient);
622 _DrawTitle(tab, tabRect);
646 const BRect& tabRect = tab->tabRect;
664 : tabRect.left + tab->textOffset;
665 titlePos.y = floorf(((tabRect.top + 2.0) + tabRect.bottom
669 titlePos.x = floorf(((tabRect.left + 2.0) + tabRect.right
673 : tabRect.bottom - tab->textOffset;