Lines Matching refs:frame

88 	virtual void DrawSymbol(BRect frame, const BRect& updateRect,
102 virtual void DrawSymbol(BRect frame, const BRect& updateRect,
106 be_control_look->DrawArrowShape(this, frame, updateRect,
119 virtual void DrawSymbol(BRect frame, const BRect& updateRect,
122 frame.OffsetBy(1, 0);
124 be_control_look->DrawArrowShape(this, frame, updateRect,
143 virtual void DrawSymbol(BRect frame, const BRect& updateRect,
148 frame.InsetBy(2, 2);
149 frame.top++;
150 frame.left++;
151 FillRoundRect(BRect(frame.left, frame.top + inset,
152 frame.right, frame.bottom - inset), 1, 1);
153 FillRoundRect(BRect(frame.left + inset, frame.top,
154 frame.right - inset, frame.bottom), 1, 1);
172 virtual void DrawSymbol(BRect frame, const BRect& updateRect,
175 be_control_look->DrawArrowShape(this, frame, updateRect,
439 virtual void DrawContents(BView* owner, BRect frame,
450 void _DrawCloseButton(BView* owner, BRect& frame, const BRect& updateRect);
451 BRect _CloseRectFrame(BRect frame) const;
497 WebTabView::DrawContents(BView* owner, BRect frame, const BRect& updateRect)
500 _DrawCloseButton(owner, frame, updateRect);
522 frame.top -= 2.0f;
523 BPoint iconPos(frame.left + kIconInset - 1,
524 frame.top + floorf((frame.Height() - iconBounds.Height()) / 2));
531 frame.left = frame.left + kIconSize + kIconInset * 2;
534 TabView::DrawContents(owner, frame, updateRect);
606 WebTabView::_CloseRectFrame(BRect frame) const
608 frame.left = frame.right - frame.Height();
609 return frame;
614 WebTabView::_DrawCloseButton(BView* owner, BRect& frame,
617 BRect closeRect = _CloseRectFrame(frame);
618 frame.right = closeRect.left - be_control_look->DefaultLabelSpacing();
641 // Draw the button frame