Searched refs:updateRect (Results 226 - 250 of 463) sorted by last modified time

1234567891011>>

/haiku/headers/private/interface/
H A DBMCPrivate.h47 virtual void Draw(BRect updateRect);
H A DAbstractSpinner.h59 virtual void Draw(BRect updateRect);
144 void _DrawLabel(BRect updateRect);
145 void _DrawTextView(BRect updateRect);
H A DColumnListView.h393 virtual void Draw(BRect updateRect);
/haiku/src/apps/pairs/
H A DPairsView.cpp104 PairsView::Draw(BRect updateRect) argument
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp163 DragSortableListView::Draw( BRect updateRect )
165 int32 firstIndex = IndexOf(updateRect.LeftTop());
166 int32 lastIndex = IndexOf(updateRect.RightBottom());
171 BRect r = updateRect;
176 updateRect.top = r.bottom + 1.0;
177 if (updateRect.IsValid()) {
179 FillRect(updateRect, B_SOLID_LOW);
183 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.h29 virtual void Draw(BRect updateRect);
/haiku/src/kits/interface/
H A DSlider.cpp837 BSlider::Draw(BRect updateRect) argument
840 BRegion background(updateRect);
H A DCheckBox.cpp104 BCheckBox::Draw(BRect updateRect) argument
114 be_control_look->DrawCheckBox(this, rect, updateRect, base, flags);
127 be_control_look->DrawLabel(this, Label(), icon, labelRect, updateRect,
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 DSplitView.cpp247 BSplitView::Draw(BRect updateRect) argument
254 DrawSplitter(frame, updateRect, Orientation(),
367 BSplitView::DrawSplitter(BRect frame, const BRect& updateRect, argument
370 _DrawDefaultSplitter(this, frame, updateRect, orientation, pressed);
376 const BRect& updateRect, orientation orientation, bool pressed)
379 be_control_look->DrawSplitter(view, frame, updateRect, view->ViewColor(),
375 _DrawDefaultSplitter(BView* view, BRect frame, const BRect& updateRect, orientation orientation, bool pressed) argument
/haiku/headers/os/interface/
H A DSlider.h90 virtual void Draw(BRect updateRect);
H A DColorControl.h49 virtual void Draw(BRect updateRect);
104 BRect updateRect);
H A DChannelSlider.h44 virtual void Draw(BRect updateRect);
H A DButton.h39 virtual void Draw(BRect updateRect);
H A DChannelControl.h32 virtual void Draw(BRect updateRect) = 0;
H A DCheckBox.h30 virtual void Draw(BRect updateRect);
H A DBox.h44 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
H A DStringView.cpp83 StringView::Draw(BView* container, BRect updateRect) argument
H A DCheckBox.cpp38 CheckBox::Draw(BView* container, BRect updateRect) argument
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp56 LinkView::Draw(BRect updateRect) argument
H A DLinkView.h24 virtual void Draw(BRect updateRect);
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp29 TextView::Draw(BRect updateRect) argument
31 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/networkstatus/
H A DRadioView.cpp149 RadioView::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp47 virtual void Draw(BRect updateRect);
193 TestView::Draw(BRect updateRect) argument
200 BRect topOfBitmap(updateRect.left, updateRect.top, updateRect.right, fBitmapRect.top - 1);
204 BRect leftOfBitmap(updateRect.left, fBitmapRect.top, fBitmapRect.left - 1, fBitmapRect.bottom);
208 BRect rightOfBitmap(fBitmapRect.right + 1, fBitmapRect.top, updateRect.right, fBitmapRect.bottom);
212 BRect bottomOfBitmap(updateRect.left, fBitmapRect.bottom + 1, updateRect.right, updateRect
[all...]

Completed in 177 milliseconds

1234567891011>>