Searched refs:updateRect (Results 151 - 175 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp76 TabContainerView::Draw(BRect updateRect) argument
83 be_control_look->DrawTabFrame(this, rect, updateRect, base, 0,
/haiku/headers/os/interface/
H A DTabView.h140 virtual void Draw(BRect updateRect);
H A DScrollBar.h36 virtual void Draw(BRect updateRect);
H A DScrollView.h40 virtual void Draw(BRect updateRect);
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.h22 virtual void Draw(BRect updateRect);
H A DTeamBarMenu.h27 virtual void Draw(BRect updateRect);
H A DProcessController.h29 virtual void Draw(BRect updateRect);
H A DMemoryBarMenu.h28 virtual void Draw(BRect updateRect);
/haiku/src/apps/haikudepot/ui_generic/
H A DRatingView.cpp56 RatingView::Draw(BRect updateRect) argument
H A DBitmapView.h21 virtual void Draw(BRect updateRect);
H A DRatingView.h22 virtual void Draw(BRect updateRect);
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp101 PreviewView::Draw(BRect updateRect) argument
/haiku/src/kits/interface/
H A DTextControl.cpp354 BTextControl::Draw(BRect updateRect) argument
370 be_control_look->DrawTextControlBorder(this, rect, updateRect, base,
385 be_control_look->DrawLabel(this, Label(), rect, updateRect,
H A DMenuBar.cpp275 BMenuBar::Draw(BRect updateRect) argument
286 be_control_look->DrawBorder(this, rect, updateRect, base,
289 be_control_look->DrawMenuBarBackground(this, rect, updateRect, base,
292 DrawItems(updateRect);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp110 virtual void Draw(BRect updateRect);
430 AddressTextControl::PopUpButton::Draw(BRect updateRect) argument
442 updateRect, base, true, flags);
664 AddressTextControl::Draw(BRect updateRect) argument
676 be_control_look->DrawTextControlBorder(this, bounds, updateRect, base,
H A DFindWindow.h82 virtual void Draw(BRect updateRect);
/haiku/src/apps/deskbar/
H A DBarView.h87 virtual void Draw(BRect updateRect);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp82 MacDecorator::Draw(BRect updateRect) argument
84 STRACE(("MacDecorator: Draw(BRect updateRect): "));
85 updateRect.PrintToStream();
91 _DrawFrame(updateRect & fBorderRect);
92 _DrawTabs(updateRect & fTitleBarRect);
H A DMacDecorator.h35 void Draw(BRect updateRect);
/haiku/src/preferences/printers/
H A DTestPageView.cpp66 virtual void Draw(BRect updateRect);
79 LeafView::Draw(BRect updateRect) argument
126 virtual void Draw(BRect updateRect);
159 RadialLinesView::Draw(BRect updateRect) argument
204 virtual void Draw(BRect updateRect);
220 ColorGradientView::Draw(BRect updateRect) argument
313 TestPageView::DrawAfterChildren(BRect updateRect) argument
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp126 virtual void Draw(BRect updateRect) argument
358 DownloadProgressView::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp195 virtual void Draw(BRect updateRect);
279 DrawingModeView::Draw(BRect updateRect) argument
/haiku/src/kits/tracker/
H A DStatusWindow.cpp81 virtual void Draw(BRect updateRect);
140 TCustomButton::Draw(BRect updateRect) argument
142 _inherited::Draw(updateRect);
145 updateRect = Bounds();
146 updateRect.InsetBy(9, 8);
149 updateRect.OffsetBy(1, 1);
150 FillRect(updateRect);
152 updateRect = Bounds();
153 updateRect.InsetBy(9, 7);
154 BRect rect(updateRect);
635 Draw(BRect updateRect) argument
[all...]
H A DDialogPane.h58 virtual void Draw(BRect updateRect);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp49 FakeScrollBar::Draw(BRect updateRect) argument
74 be_control_look->DrawScrollBarBorder(this, rect, updateRect, base, flags,
84 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
89 updateRect, base, flags, BControlLook::B_RIGHT_ARROW,
94 updateRect, base, flags, BControlLook::B_LEFT_ARROW,
98 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
120 rightOfThumb, updateRect, base, flags, B_HORIZONTAL);
121 be_control_look->DrawScrollBarThumb(this, thumbRect, updateRect,
244 const BRect& updateRect)
246 if (!updateRect
243 _DrawArrowButton(int32 direction, BRect rect, const BRect& updateRect) argument
[all...]

Completed in 115 milliseconds

1234567891011>>