Searched refs:updateRect (Results 251 - 275 of 463) sorted by last modified time

<<111213141516171819

/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp43 virtual void Draw(BRect updateRect);
77 TestView::Draw(BRect updateRect) argument
81 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
87 // FillRect(updateRect);
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp32 virtual void Draw(BRect updateRect);
77 PositionView::Draw(BRect updateRect) argument
79 BBox::Draw(updateRect);
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp30 virtual void Draw(BRect updateRect);
55 TestView::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp20 virtual void Draw(BRect updateRect) argument
52 virtual void Draw(BRect updateRect) argument
86 virtual void Draw(BRect updateRect) argument
132 virtual void Draw(BRect updateRect) argument
186 virtual void Draw(BRect updateRect) argument
224 virtual void Draw(BRect updateRect) argument
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp45 virtual void Draw(BRect updateRect);
55 virtual void Draw(BRect updateRect);
65 virtual void Draw(BRect updateRect);
75 virtual void Draw(BRect updateRect);
121 UpScrollArrow::Draw(BRect updateRect) argument
185 DownScrollArrow::Draw(BRect updateRect) argument
251 LeftScrollArrow::Draw(BRect updateRect) argument
314 RightScrollArrow::Draw(BRect updateRect) argument
427 TInlineScrollView::Draw(BRect updateRect) argument
430 be_control_look->DrawButtonBackground(this, frame, updateRect,
[all...]
/haiku/src/apps/switcher/
H A DGroupListView.cpp201 GroupListView::Draw(BRect updateRect) argument
203 _Draw(GetLayout(), updateRect); local
208 GroupListView::_Draw(BLayoutItem* item, BRect updateRect) argument
218 if (!item->IsVisible() || !item->Frame().Intersects(updateRect))
221 _Draw(item, updateRect);
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp40 GearsView::Draw(BRect updateRect) argument
43 FillRect(updateRect);
/haiku/headers/os/interface/
H A DTextControl.h59 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 DRadioButton.h31 virtual void Draw(BRect updateRect);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp36 virtual void Draw(BRect updateRect);
204 TAlertView::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp20 virtual void Draw(BRect updateRect);
49 View::Draw(BRect updateRect) argument
52 FillRect(updateRect);
/haiku/src/apps/sudoku/
H A DSudokuView.h85 virtual void Draw(BRect updateRect);
/haiku/src/kits/tracker/
H A DNavigator.h79 virtual void Draw(BRect updateRect);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp241 LegendChartAxis::Render(BView* view, BRect updateRect) argument
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp162 AlphaSlider::Draw(BRect updateRect) argument
176 be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
H A DAlphaSlider.h33 virtual void Draw(BRect updateRect);
H A DColorField.cpp145 ColorField::Draw(BRect updateRect) argument
157 be_control_look->DrawTextControlBorder(this, bounds, updateRect,
H A DColorField.h44 virtual void Draw(BRect updateRect);
H A DColorPreview.cpp87 ColorPreview::Draw(BRect updateRect) argument
94 be_control_look->DrawTextControlBorder(this, bounds, updateRect, color);
H A DColorPreview.h31 virtual void Draw(BRect updateRect);
H A DColorSlider.cpp139 ColorSlider::Draw(BRect updateRect) argument
152 be_control_look->DrawTextControlBorder(this, bounds, updateRect,
H A DColorSlider.h42 virtual void Draw(BRect updateRect);
/haiku/src/apps/mail/
H A DAddressTextControl.h25 virtual void Draw(BRect updateRect);

Completed in 146 milliseconds

<<111213141516171819