Searched refs:updateRect (Results 1 - 25 of 463) sorted by path

1234567891011>>

/haiku/headers/libs/print/libprint/
H A DPreview.h98 void _DrawPage(BRect updateRect);
/haiku/headers/os/interface/
H A DBox.h44 virtual void Draw(BRect updateRect);
H A DButton.h39 virtual void Draw(BRect updateRect);
H A DChannelControl.h32 virtual void Draw(BRect updateRect) = 0;
H A DChannelSlider.h44 virtual void Draw(BRect updateRect);
H A DCheckBox.h30 virtual void Draw(BRect updateRect);
H A DColorControl.h49 virtual void Draw(BRect updateRect);
104 BRect updateRect);
H A DMenuBar.h64 virtual void Draw(BRect updateRect);
H A DRadioButton.h31 virtual void Draw(BRect updateRect);
H A DSeparatorView.h53 virtual void Draw(BRect updateRect);
H A DSlider.h90 virtual void Draw(BRect updateRect);
H A DSplitView.h65 virtual void Draw(BRect updateRect);
66 virtual void DrawAfterChildren(BRect updateRect);
88 const BRect& updateRect,
111 const BRect& updateRect,
H A DStatusBar.h45 virtual void Draw(BRect updateRect);
H A DTextControl.h59 virtual void Draw(BRect updateRect);
/haiku/headers/private/interface/
H A DAbstractSpinner.h59 virtual void Draw(BRect updateRect);
144 void _DrawLabel(BRect updateRect);
145 void _DrawTextView(BRect updateRect);
H A DBMCPrivate.h47 virtual void Draw(BRect updateRect);
H A DColumnListView.h393 virtual void Draw(BRect updateRect);
H A DZombieReplicantView.h47 virtual void Draw(BRect updateRect);
/haiku/headers/private/shared/
H A DBitmapButton.h37 virtual void Draw(BRect updateRect);
H A DCalendarView.h48 virtual void Draw(BRect updateRect);
H A DIconButton.h38 virtual void Draw(BRect updateRect);
41 const BRect& updateRect,
45 const BRect& updateRect,
H A DStripeView.h26 virtual void Draw(BRect updateRect);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp81 /*! \brief Updates the decorator in the rectangular area \a updateRect.
85 \param updateRect The rectangular area to update.
88 WinDecorator::Draw(BRect updateRect) argument
90 STRACE(("WinDecorator::Draw(BRect updateRect): "));
91 updateRect.PrintToStream();
97 _DrawFrame(updateRect & fBorderRect);
98 _DrawTabs(updateRect & fTitleBarRect);
H A DWinDecorator.h39 virtual void Draw(BRect updateRect);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp134 VideoView::Draw(BRect updateRect) argument
138 FillRect(updateRect);
144 FillRect(updateRect);

Completed in 131 milliseconds

1234567891011>>