Searched refs:updateRect (Results 201 - 225 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/launchbox/
H A DPadView.h21 virtual void Draw(BRect updateRect);
H A DLaunchButton.h33 virtual void Draw(BRect updateRect);
H A DLaunchButton.cpp74 LaunchButton::Draw(BRect updateRect) argument
88 BIconButton::Draw(updateRect);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp16 void Draw(BRect updateRect);
209 Error::Draw(BRect updateRect) argument
211 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/diskprobe/
H A DDataView.h38 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h85 virtual void Draw(BRect updateRect);
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp35 SymbolButton::Draw(BRect updateRect) argument
42 be_control_look->DrawButtonFrame(this, bounds, updateRect, base,
44 be_control_look->DrawButtonBackground(this, bounds, updateRect, base,
/haiku/src/preferences/appearance/
H A DFakeScrollBar.h27 virtual void Draw(BRect updateRect);
38 const BRect& updateRect);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp52 LeftView::Draw(BRect updateRect) argument
56 if (updateRect.Intersects(iconRect)) {
/haiku/src/apps/soundrecorder/
H A DVUView.cpp69 VUView::Draw(BRect updateRect) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp194 virtual void Draw(BRect updateRect);
298 virtual void Draw(BRect updateRect);
937 SourceView::MarkerView::Draw(BRect updateRect) argument
941 FillRect(updateRect, B_SOLID_LOW);
947 GetLineRange(updateRect, minLine, maxLine);
987 if (y < updateRect.bottom) {
988 FillRect(BRect(0.0, y, Bounds().right, updateRect.bottom),
1151 SourceView::TextView::Draw(BRect updateRect) argument
1155 FillRect(updateRect, B_SOLID_LOW);
1161 GetLineRange(updateRect, minLin
[all...]
/haiku/src/apps/magnify/
H A DMagnify.h164 virtual void Draw(BRect updateRect);
/haiku/src/apps/mediaplayer/
H A DControllerView.h42 void Draw(BRect updateRect);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h34 virtual void Draw(BRect updateRect);
/haiku/src/servers/notification/
H A DNotificationView.h35 virtual void Draw(BRect updateRect);
56 void _DrawCloseButton(const BRect& updateRect);
H A DAppGroupView.h30 void Draw(BRect updateRect);
42 void _DrawCloseButton(const BRect& updateRect);
/haiku/src/kits/shared/
H A DCalendarView.cpp181 BCalendarView::Draw(BRect updateRect) argument
/haiku/src/kits/interface/
H A DChannelSlider.cpp240 BChannelSlider::Draw(BRect updateRect) argument
/haiku/headers/private/shared/
H A DCalendarView.h48 virtual void Draw(BRect updateRect);
/haiku/src/apps/webpositive/
H A DURLInputGroup.h21 virtual void Draw(BRect updateRect);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp75 ScreenCornerSelector::Draw(BRect updateRect) argument
87 if (!_InnerFrame(outerRect).Contains(updateRect)) {
/haiku/src/preferences/mail/
H A DConfigWindow.cpp190 virtual void Draw(BRect updateRect) argument
192 DrawBitmap(fBitmap, updateRect, updateRect);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h39 virtual void Draw(BRect updateRect);
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);
/haiku/src/kits/tracker/
H A DTitleView.h69 virtual void Draw(BRect updateRect);

Completed in 92 milliseconds

1234567891011>>