Searched refs:updateRect (Results 76 - 100 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp111 TrackSlider::Draw(BRect updateRect) argument
/haiku/src/apps/mail/
H A DHeader.cpp100 virtual void Draw(BRect updateRect);
114 virtual void Draw(BRect updateRect);
145 LabelView::Draw(BRect updateRect) argument
157 be_control_look->DrawLabel(this, Text(), rect, updateRect,
191 HeaderTextControl::Draw(BRect updateRect) argument
208 be_control_look->DrawTextControlBorder(this, rect, updateRect, base,
221 be_control_look->DrawLabel(this, Label(), rect, updateRect,
/haiku/headers/os/interface/
H A DView.h184 virtual void Draw(BRect updateRect);
605 virtual void DrawAfterChildren(BRect updateRect);
H A DPictureButton.h49 virtual void Draw(BRect updateRect);
H A DControlLook.h110 const BRect& updateRect,
116 const BRect& updateRect,
123 const BRect& updateRect,
134 const BRect& updateRect,
140 const BRect& updateRect,
147 const BRect& updateRect,
158 const BRect& updateRect,
164 const BRect& updateRect,
170 const BRect& updateRect,
177 const BRect& updateRect,
[all...]
H A DMenuField.h43 virtual void Draw(BRect updateRect);
120 void _DrawLabel(BRect updateRect);
121 void _DrawMenuBar(BRect updateRect);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h36 virtual void Draw(BRect updateRect);
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp67 TouchpadView::Draw(BRect updateRect) argument
/haiku/src/kits/tracker/
H A DPose.cpp554 BPose::Draw(BRect rect, const BRect& updateRect, BPoseView* poseView, argument
576 if (updateRect.Intersects(iconRect)) {
599 if (!updateRect.Intersects(widgetRect))
H A DCountView.cpp198 BCountView::Draw(BRect updateRect) argument
207 be_control_look->DrawBorder(this, bounds, updateRect,
210 be_control_look->DrawMenuBarBackground(this, bounds, updateRect, color);
/haiku/src/kits/interface/
H A DAlert.cpp59 virtual void Draw(BRect updateRect);
748 TAlertView::Draw(BRect updateRect) argument
H A DAboutWindow.cpp58 virtual void Draw(BRect updateRect);
124 StripeView::Draw(BRect updateRect) argument
130 FillRect(updateRect);
H A DTabView.cpp904 BTabView::Draw(BRect updateRect) argument
H A DControlLook.cpp66 BControlLook::ShouldDraw(BView* view, const BRect& rect, const BRect& updateRect) argument
93 return dest.Intersects(updateRect);
99 BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags,
102 DrawLabel(view, label, icon, rect, updateRect, base, flags,
142 const BRect& updateRect, const rgb_color& base, uint32 flags,
145 controlLook->DrawTabFrame(view, rect, updateRect, base, flags, borders,
154 const BRect& updateRect, const rgb_color& base, uint32 flags,
157 controlLook->DrawScrollBarButton(view, rect, updateRect, base, flags,
166 const BRect& updateRect, const rgb_color& base, uint32 flags,
169 controlLook->DrawScrollBarThumb(view, rect, updateRect, bas
98 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
[all...]
H A DButton.cpp132 BButton::Draw(BRect updateRect) argument
147 be_control_look->DrawButtonFrame(this, rect, updateRect,
151 be_control_look->DrawButtonWithPopUpBackground(this, rect, updateRect,
154 be_control_look->DrawButtonBackground(this, rect, updateRect,
163 be_control_look->DrawLabel(this, Label(), icon, rect, updateRect, base,
H A DMenuField.cpp413 BMenuField::Draw(BRect updateRect) argument
415 _DrawLabel(updateRect);
416 _DrawMenuBar(updateRect);
1048 BMenuField::_DrawLabel(BRect updateRect) argument
1066 if (!rect.IsValid() || !rect.Intersects(updateRect))
1087 be_control_look->DrawLabel(this, label, rect, updateRect, LowColor(), flags,
1096 BMenuField::_DrawMenuBar(BRect updateRect) argument
1101 if (!rect.IsValid() || !rect.Intersects(updateRect))
1111 be_control_look->DrawMenuFieldFrame(this, rect, updateRect,
H A DBMCPrivate.cpp180 _BMCMenuBar_::Draw(BRect updateRect) argument
209 updateRect, base, fShowPopUpMarker, flags);
211 DrawItems(updateRect);
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp57 IconView::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp100 CanvasView::Draw(BRect updateRect) argument
102 _DrawInto(this, updateRect);
435 CanvasView::_DrawInto(BView* view, BRect updateRect) argument
477 BRegion outside(Bounds() & updateRect);
481 StateView::Draw(view, updateRect);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp255 TBarMenuBar::Draw(BRect updateRect) argument
258 BMenu::Draw(updateRect);
263 TBarMenuBar::DrawBackground(BRect updateRect) argument
265 BMenu::DrawBackground(updateRect);
/haiku/src/kits/shared/
H A DBarberPole.cpp184 BarberPole::Draw(BRect updateRect) argument
187 _DrawSpin(updateRect);
189 _DrawNonSpin(updateRect);
194 BarberPole::_DrawSpin(BRect updateRect) argument
203 be_control_look->DrawStatusBar(this, bounds, updateRect,
225 be_control_look->DrawBorder(this, bounds, updateRect,
236 BarberPole::_DrawNonSpin(BRect updateRect) argument
245 be_control_look->DrawBorder(this, bounds, updateRect,
/haiku/headers/private/shared/
H A DBarberPole.h33 virtual void Draw(BRect updateRect);
47 void _DrawSpin(BRect updateRect);
48 void _DrawNonSpin(BRect updateRect);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp247 virtual void DrawHeader(BView* view, BRect frame, BRect updateRect, argument
252 DrawHeaderBackground(view, frame, updateRect, flags);
253 fAxis.Render(view, updateRect);
558 virtual void Draw(BRect updateRect) argument
565 GetLineRange(updateRect, minLine, maxLine);
596 if (lowerRect.Intersects(updateRect)) {
915 virtual void Draw(BRect updateRect) argument
926 GetLineRange(updateRect, minLine, maxLine);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h34 const BRect& updateRect,
40 const BRect& updateRect,
46 const BRect& updateRect,
54 const BRect& updateRect,
60 const BRect& updateRect, float,
65 const BRect& updateRect, float, float,
72 const BRect& updateRect,
77 const BRect& updateRect,
82 BRect rect, const BRect& updateRect,
86 BRect rect, const BRect& updateRect,
[all...]
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp38 virtual void Draw(BRect updateRect);
61 TestView::Draw(BRect updateRect) argument
64 fTest->Draw(this, updateRect);

Completed in 123 milliseconds

1234567891011>>