Searched refs:updateRect (Results 326 - 350 of 463) sorted by relevance

<<111213141516171819

/haiku/src/kits/interface/
H A DRadioButton.cpp86 BRadioButton::Draw(BRect updateRect) argument
100 be_control_look->DrawRadioButton(this, rect, updateRect, base, flags);
113 be_control_look->DrawLabel(this, Label(), icon, labelRect, updateRect,
H A DAboutWindow.cpp58 virtual void Draw(BRect updateRect);
124 StripeView::Draw(BRect updateRect) argument
130 FillRect(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/cortex/TipManager/
H A DTipView.cpp85 BRect updateRect) {
84 Draw( BRect updateRect) argument
/haiku/src/apps/cortex/ValControl/
H A DValControl.h259 virtual void Draw(BRect updateRect);
H A DValControlSegment.cpp152 ValControlSegment::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h56 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp41 OptionValueView::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h40 virtual void Draw(BView* into, BRect updateRect);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h57 virtual void Draw(BRect updateRect);
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp90 FakeRenderer::Draw(BRect updateRect) argument
94 GLView()->DrawBitmap(fBitmap, updateRect, updateRect);
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp13 void BBView::Draw(BRect updateRect) { argument
/haiku/headers/os/interface/
H A DChannelSlider.h44 virtual void Draw(BRect updateRect);
H A DTextControl.h59 virtual void Draw(BRect updateRect);
H A DScrollView.h40 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.cpp38 RadioButton::Draw(BView* container, BRect updateRect) argument
/haiku/src/kits/tracker/
H A DTitleView.h69 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);
/haiku/src/apps/diskprobe/
H A DDataView.h38 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp100 OriginalView::Draw(BRect updateRect) argument
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp101 PreviewView::Draw(BRect updateRect) argument
/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/servers/bluetooth/
H A DDeskbarReplicant.cpp134 DeskbarReplicant::Draw(BRect updateRect) argument
/haiku/src/apps/activitymonitor/
H A DActivityView.h97 virtual void Draw(BRect updateRect);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp134 virtual void Draw(BRect updateRect);
210 CardView::Draw(BRect updateRect) argument
213 DrawBitmapAsync(fBitmap, updateRect, updateRect);

Completed in 189 milliseconds

<<111213141516171819