Searched refs:updateRect (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp62 virtual void Draw(BRect updateRect);
63 virtual void DrawAfterChildren(BRect updateRect);
81 TestView::Draw(BRect updateRect) argument
84 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
95 TestView::DrawAfterChildren(BRect updateRect) argument
98 updateRect.left, updateRect
137 Draw(BRect updateRect) argument
[all...]
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.hpp13 void Draw(BRect updateRect);
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.h34 const BRect& updateRect,
40 const BRect& updateRect,
47 const BRect& updateRect,
58 const BRect& updateRect,
63 BRect& rect, const BRect& updateRect,
67 const BRect& updateRect, const rgb_color& base,
70 const BRect& updateRect, float radius, const rgb_color& base,
73 const BRect& updateRect, float leftTopRadius,
79 BRect& rect, const BRect& updateRect,
84 BRect rect, const BRect& updateRect,
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp33 StopButton::Draw(BRect updateRect) argument
35 BButton::Draw(updateRect);
37 updateRect = Bounds();
38 updateRect.InsetBy((updateRect.Width() - 4) / 2,
39 (updateRect.Height() - 4) / 2);
40 //updateRect.InsetBy(9, 7);
42 FillRect(updateRect);
/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/headers/os/interface/
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...]
/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/tests/kits/interface/
H A DClippingPlusRedraw.cpp13 virtual void Draw(BRect updateRect);
65 ClippingView::Draw(BRect updateRect) argument
68 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
/haiku/src/tests/kits/game/chart/
H A DChartView.h25 virtual void Draw(BRect updateRect);
35 virtual void Draw(BRect updateRect);
/haiku/headers/private/interface/
H A DHaikuControlLook.h34 const BRect& updateRect,
40 const BRect& updateRect,
47 const BRect& updateRect,
58 const BRect& updateRect,
64 const BRect& updateRect,
71 const BRect& updateRect,
82 const BRect& updateRect,
88 const BRect& updateRect,
94 const BRect& updateRect,
101 const BRect& updateRect,
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h27 virtual void Draw(BRect updateRect);
H A DTextInputValueView.h30 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.h19 virtual void Draw(BRect updateRect);
H A DGearsView.cpp40 GearsView::Draw(BRect updateRect) argument
43 FillRect(updateRect);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.h28 virtual void Draw(BRect updateRect);
/haiku/src/preferences/screensaver/
H A DPreviewView.h23 virtual void Draw(BRect updateRect);
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp41 ColorCheckBox::Draw(BRect updateRect) argument
43 BGroupView::Draw(updateRect);
H A DColorCheckBox.h27 virtual void Draw(BRect updateRect);
/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp27 BitmapView::Draw(BRect updateRect) argument
33 FillRect(updateRect);
/haiku/src/tests/servers/app/pulsed_drawing/
H A Dmain.cpp17 virtual void Draw(BRect updateRect) argument
20 FillRect(updateRect);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.h27 virtual void Draw(BRect updateRect);
38 const BRect& updateRect);
/haiku/src/servers/notification/
H A DAppGroupView.h30 void Draw(BRect updateRect);
42 void _DrawCloseButton(const BRect& updateRect);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartAxis.h25 virtual void Render(BView* view, BRect updateRect) = 0;
/haiku/src/apps/diskusage/
H A DInfoWindow.h23 virtual void Draw(BRect updateRect);
/haiku/src/preferences/filetypes/
H A DDropTargetListView.h19 virtual void Draw(BRect updateRect);

Completed in 151 milliseconds

1234567891011>>