Searched refs:updateRect (Results 176 - 200 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/installer/
H A DPackageViews.cpp301 PackagesView::Draw(BRect updateRect) argument
308 Bounds(), updateRect, ViewColor(), BControlLook::B_DISABLED,
H A DPackageViews.h87 virtual void Draw(BRect updateRect);
119 virtual void Draw(BRect updateRect);
/haiku/headers/os/interface/
H A DDragger.h41 virtual void Draw(BRect updateRect);
H A DMenuBar.h64 virtual void Draw(BRect updateRect);
/haiku/src/kits/interface/
H A DMenuWindow.cpp43 virtual void Draw(BRect updateRect);
56 virtual void Draw(BRect updateRect);
64 virtual void Draw(BRect updateRect);
112 UpperScroller::Draw(BRect updateRect) argument
144 LowerScroller::Draw(BRect updateRect) argument
204 BMenuFrame::Draw(BRect updateRect) argument
208 be_control_look->DrawMenuBackground(this, rect, updateRect,
H A DSeparatorView.cpp160 BSeparatorView::Draw(BRect updateRect) argument
229 be_control_look->DrawBorder(this, bounds, updateRect, bgColor,
236 be_control_look->DrawBorder(this, bounds, updateRect, bgColor,
246 FillRect(updateRect, B_SOLID_LOW);
H A DStringView.cpp264 BStringView::Draw(BRect updateRect) argument
/haiku/src/apps/fontdemo/
H A DFontDemoView.h25 virtual void Draw(BRect updateRect);
H A DFontDemoView.cpp64 FontDemoView::Draw(BRect updateRect) argument
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp42 virtual void Draw(BRect updateRect);
47 FlatButton::Draw(BRect updateRect) argument
49 updateRect = Bounds();
53 FillRect(updateRect);
60 const float x = (updateRect.right - stringWidth) / 2.0f;
61 const float labelY = updateRect.top
62 + ((updateRect.Height() - fh.ascent - fh.descent) / 2.0f)
70 StrokeRect(updateRect);
/haiku/src/apps/people/
H A DPictureView.cpp255 PictureView::Draw(BRect updateRect) argument
/haiku/src/libs/glut/
H A DglutEvent.cpp834 void GlutWindow::Draw(BRect updateRect) argument
836 BGLView::Draw(updateRect);
/haiku/src/apps/mediaplayer/
H A DControllerView.cpp51 ControllerView::Draw(BRect updateRect) argument
53 TransportControlGroup::Draw(updateRect);
/haiku/src/kits/shared/
H A DStripeView.cpp42 BStripeView::Draw(BRect updateRect) argument
48 FillRect(updateRect);
H A DBitmapButton.cpp73 BBitmapButton::Draw(BRect updateRect) argument
80 be_control_look->DrawButtonBackground(this, bounds, updateRect, base,
86 be_control_look->DrawMenuBarBackground(this, bounds, updateRect, base,
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp201 ViewBuffer::Draw(BRect updateRect) argument
204 int32 startX = max_c(0, (int32)(updateRect.left / CHAR_WIDTH));
205 int32 endX = min_c(fColumns - 1, (int32)(updateRect.right / CHAR_WIDTH) + 1);
206 int32 startY = max_c(0, (int32)(updateRect.top / CHAR_HEIGHT));
207 int32 endY = min_c(fRows - 1, (int32)(updateRect.bottom / CHAR_HEIGHT) + 1);
/haiku/src/apps/diskusage/
H A DPieView.cpp314 PieView::Draw(BRect updateRect) argument
320 _DrawProgressBar(updateRect);
322 _DrawPieChart(updateRect);
365 PieView::_DrawProgressBar(BRect updateRect) argument
381 be_control_look->DrawStatusBar(this, barFrame, updateRect,
395 PieView::_DrawPieChart(BRect updateRect) argument
398 if (!updateRect.Intersects(pieRect))
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp66 ScopeView::Draw(BRect updateRect) argument
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp392 AttributeListView::Draw(BRect updateRect) argument
394 BListView::Draw(updateRect);
/haiku/headers/private/shared/
H A DBitmapButton.h37 virtual void Draw(BRect updateRect);
H A DStripeView.h26 virtual void Draw(BRect updateRect);
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp13 virtual void Draw(BRect updateRect) argument
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp100 OriginalView::Draw(BRect updateRect) argument
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp29 void Draw(BRect updateRect) argument
/haiku/src/servers/notification/
H A DAppGroupView.cpp48 AppGroupView::Draw(BRect updateRect) argument
85 _DrawCloseButton(updateRect);
105 AppGroupView::_DrawCloseButton(const BRect& updateRect) argument
115 be_control_look->DrawButtonFrame(this, buttonRect, updateRect,
118 be_control_look->DrawButtonBackground(this, buttonRect, updateRect,

Completed in 110 milliseconds

1234567891011>>