Searched refs:updateRect (Results 126 - 150 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/activitymonitor/
H A DActivityView.h97 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp8 void PrintTestView::Draw(BRect updateRect) argument
/haiku/headers/os/interface/
H A DMenu.h67 virtual void Draw(BRect updateRect);
168 virtual void DrawBackground(BRect updateRect);
242 void DrawItems(BRect updateRect);
/haiku/src/apps/diskprobe/
H A DDataView.cpp392 DataView::Draw(BRect updateRect) argument
397 // ToDo: take "updateRect" into account!
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h53 virtual void Draw(BRect updateRect);
67 BRect updateRect, rgb_color base,
69 void _DrawKey(BView* view, BRect updateRect,
71 void _DrawIndicator(BView* view, BRect updateRect,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp134 DeskbarReplicant::Draw(BRect updateRect) argument
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp231 BRect updateRect) {
246 region.Include(updateRect);
317 BRect updateRect; local
318 updateRect.left = B_LARGE_ICON;
319 updateRect.top = p.y < (m_oldFrame.bottom - M_V_MARGIN - 15.0) ?
321 updateRect.right = width - M_H_MARGIN;
322 updateRect.bottom = m_oldFrame.bottom < newFrame.bottom ?
324 Invalidate(updateRect);
230 Draw( BRect updateRect) argument
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h48 virtual void Draw(BRect updateRect);
/haiku/src/kits/interface/
H A DScrollBar.cpp388 BScrollBar::Draw(BRect updateRect) argument
409 be_control_look->DrawScrollBarBorder(this, rect, updateRect, base, flags,
421 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
429 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
437 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
451 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
460 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
469 updateRect, base, flags | (fPrivateData->fButtonDown == ARROW2
477 updateRect, base, flags | (fPrivateData->fButtonDown == ARROW3
490 be_control_look->DrawScrollBarButton(this, buttonFrame, updateRect,
[all...]
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp44 virtual void Draw(BRect updateRect);
55 virtual void Draw(BRect updateRect);
248 SeparatorView::Draw(BRect updateRect) argument
251 BRect rect = updateRect & Bounds();
284 TitleView::Draw(BRect updateRect) argument
/haiku/src/servers/app/decorator/
H A DDecorator.h198 virtual void Draw(BRect updateRect) = 0;
H A DDecorator.cpp296 BRegion* updateRect)
304 _SetLook(decoratorTab, settings, look, updateRect);
295 SetLook(int32 tab, DesktopSettings& settings, window_look look, BRegion* updateRect) argument
/haiku/src/apps/charactermap/
H A DCharacterView.h58 virtual void Draw(BRect updateRect);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h87 const BRect& updateRect);
H A DTextDocumentLayout.cpp193 const BRect& updateRect)
201 if (location.y > updateRect.bottom)
203 if (location.y + layout.layout->Height() > updateRect.top)
192 Draw(BView* view, const BPoint& offset, const BRect& updateRect) argument
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp55 TeamBarMenu::Draw(BRect updateRect) argument
57 BMenu::Draw (updateRect);
H A DMemoryBarMenu.cpp62 MemoryBarMenu::Draw(BRect updateRect) argument
69 BMenu::Draw(updateRect);
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp66 virtual void Draw(BRect updateRect);
372 void FractalView::Draw(BRect updateRect) argument
374 DrawBitmap(fDisplayBitmap, updateRect, updateRect);
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp33 BitmapView::Draw(BRect updateRect) argument
/haiku/src/apps/fontdemo/
H A DControlView.cpp134 ControlView::Draw(BRect updateRect) argument
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp445 virtual void Draw(BRect updateRect) argument
447 BTextView::Draw(updateRect);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h62 virtual void Draw(BRect updateRect );
/haiku/src/apps/webpositive/tabview/
H A DTabView.h29 void Draw(BRect updateRect);
31 const BRect& updateRect);
33 const BRect& updateRect);
H A DTabView.cpp71 TabView::Draw(BRect updateRect) argument
84 DrawBackground(fContainerView, frame, updateRect);
94 DrawContents(fContainerView, frame, updateRect);
99 TabView::DrawBackground(BView* owner, BRect frame, const BRect& updateRect) argument
112 be_control_look->DrawActiveTab(owner, frame, updateRect, base, flags,
115 be_control_look->DrawInactiveTab(owner, frame, updateRect, base, flags,
122 TabView::DrawContents(BView* owner, BRect frame, const BRect& updateRect) argument
125 be_control_look->DrawLabel(owner, fLabel.String(), frame, updateRect,
H A DTabContainerView.h36 virtual void Draw(BRect updateRect);

Completed in 195 milliseconds

1234567891011>>