Searched refs:updateRect (Results 101 - 125 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/terminal/
H A DTermView.h141 virtual void Draw(BRect updateRect);
218 void _DoPrint(BRect updateRect);
H A DColorPreview.h27 virtual void Draw(BRect updateRect);
H A DColorPreview.cpp54 ColorPreview::Draw(BRect updateRect) argument
104 FillRect(updateRect);
/haiku/src/kits/interface/
H A DWindow.cpp1199 BRect updateRect; member in struct:ViewUpdateInfo
1215 error = fLink->Read<BRect>(&(info->updateRect));
1246 view->_Draw(info->updateRect);
1260 view->_DrawAfterChildren(info->updateRect);
H A DView.cpp1282 BView::Draw(BRect updateRect) argument
1290 BView::DrawAfterChildren(BRect updateRect) argument
6383 BView::_Draw(BRect updateRect) argument
6393 ConvertFromScreen(&updateRect);
6400 Draw(updateRect);
6407 BView::_DrawAfterChildren(BRect updateRect) argument
6415 ConvertFromScreen(&updateRect);
6419 DrawAfterChildren(updateRect);
H A DBox.cpp228 BBox::Draw(BRect updateRect) argument
237 BRegion update(updateRect);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp67 void Draw(BRect updateRect) argument
76 BStringView::Draw(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/networkstatus/
H A DNetworkStatusView.cpp302 NetworkStatusView::Draw(BRect updateRect) argument
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp105 virtual void Draw(BRect updateRect);
150 TypeIconView::Draw(BRect updateRect) argument
155 IconView::Draw(updateRect);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp377 virtual void Draw(BRect updateRect) argument
380 FillRect(updateRect);
382 int32 iStart = _IndexRoundedOfY(updateRect.top);
385 int32 iEnd = _IndexRoundedOfY(updateRect.bottom);
387 _DrawPackageAtIndex(updateRect, i);
392 void _DrawPackageAtIndex(BRect updateRect, int32 index) argument
394 _DrawPackage(updateRect, fPackages[index], index, _YOfIndex(index),
399 void _DrawPackage(BRect updateRect, PackageInfoRef pkg, int index, float y, argument
408 // TODO; optimization; the updateRect may only cover some of this?
409 _DrawPackageIcon(updateRect, pk
418 _DrawPackageIcon(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
442 _DrawPackageTitle(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
480 _DrawPackageGenericTextSlug(BRect updateRect, PackageInfoRef pkg, const BString& text, float y, float yProportion, bool selected) argument
508 _DrawPackagePublisher(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
516 _DrawPackageCronologicalInfo(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
528 _DrawPackageRating(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
539 _DrawPackageSummary(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
[all...]
/haiku/src/kits/tracker/
H A DNavigator.cpp124 BNavigator::Draw(BRect updateRect) argument
131 be_control_look->DrawBorder(this, rect, updateRect, base,
134 _inherited::Draw(rect & updateRect);
/haiku/src/kits/shared/
H A DIconButton.cpp94 BIconButton::Draw(BRect updateRect) argument
110 DrawBorder(r, updateRect, background, flags);
111 DrawBackground(r, updateRect, background, flags);
141 BIconButton::DrawBorder(BRect& frame, const BRect& updateRect, argument
144 be_control_look->DrawButtonFrame(this, frame, updateRect, backgroundColor,
150 BIconButton::DrawBackground(BRect& frame, const BRect& updateRect, argument
153 be_control_look->DrawButtonBackground(this, frame, updateRect,
H A DDateTimeEdit.cpp780 SectionEdit::Draw(BRect updateRect) argument
782 DrawBorder(updateRect);
968 SectionEdit::DrawBorder(const BRect& updateRect) argument
973 be_control_look->DrawBorder(this, bounds, updateRect, ViewColor(),
992 if (updateRect.Intersects(fUpRect)) {
999 if (updateRect.Intersects(fDownRect)) {
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp213 Svg2PictureView::Draw(BRect updateRect)
/haiku/src/preferences/appearance/
H A DColorPreview.cpp54 ColorPreview::Draw(BRect updateRect) argument
104 FillRect(updateRect);
H A DColorPreview.h27 virtual void Draw(BRect updateRect);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp65 virtual void Draw(BRect updateRect) argument
72 be_control_look->DrawTabFrame(this, bounds, updateRect, base,
76 be_control_look->DrawButtonBackground(this, bounds, updateRect,
85 DrawSymbol(symbolRect, updateRect, base);
88 virtual void DrawSymbol(BRect frame, const BRect& updateRect, argument
102 virtual void DrawSymbol(BRect frame, const BRect& updateRect, argument
106 be_control_look->DrawArrowShape(this, frame, updateRect,
119 virtual void DrawSymbol(BRect frame, const BRect& updateRect, argument
124 be_control_look->DrawArrowShape(this, frame, updateRect,
143 virtual void DrawSymbol(BRect frame, const BRect& updateRect, argument
172 DrawSymbol(BRect frame, const BRect& updateRect, const rgb_color& base) argument
354 Draw(BRect updateRect) argument
497 DrawContents(BView* owner, BRect frame, const BRect& updateRect) argument
614 _DrawCloseButton(BView* owner, BRect& frame, const BRect& updateRect) argument
[all...]
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp92 /*! \brief Updates the decorator in the rectangular area \a updateRect.
96 \param updateRect The rectangular area to update.
99 TabDecorator::Draw(BRect updateRect) argument
102 "updateRect(l:%.1f, t:%.1f, r:%.1f, b:%.1f))\n",
103 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
107 _DrawFrame(updateRect & fBorderRect);
110 _DrawOutlineFrame(updateRect
[all...]
H A DTabDecorator.h67 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);
/haiku/headers/private/shared/
H A DDateTimeEdit.h35 virtual void Draw(BRect updateRect);
51 virtual void DrawBorder(const BRect& updateRect);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp132 virtual void Draw(BRect updateRect);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp195 RemoteView::Draw(BRect updateRect) argument
201 DrawBitmap(fOffscreenBitmap, updateRect, updateRect);
204 && fCursorFrame.Intersects(updateRect)) {
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1467 ActivityView::Draw(BRect updateRect) argument

Completed in 113 milliseconds

1234567891011>>