Searched refs:updateRect (Results 426 - 450 of 463) sorted by relevance

<<111213141516171819

/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp195 virtual void Draw(BRect updateRect);
279 DrawingModeView::Draw(BRect updateRect) argument
/haiku/src/servers/app/decorator/
H A DDecorator.cpp296 BRegion* updateRect)
304 _SetLook(decoratorTab, settings, look, updateRect);
295 SetLook(int32 tab, DesktopSettings& settings, window_look look, BRegion* updateRect) argument
/haiku/src/apps/expander/
H A DExpanderWindow.cpp67 void Draw(BRect updateRect) argument
76 BStringView::Draw(updateRect);
/haiku/headers/os/interface/
H A DView.h184 virtual void Draw(BRect updateRect);
605 virtual void DrawAfterChildren(BRect updateRect);
H A DTextView.h75 virtual void Draw(BRect updateRect);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp129 virtual void Draw(BRect updateRect);
940 ImageView::Draw(BRect updateRect) argument
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp770 virtual void Draw(BRect updateRect) argument
772 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/kits/tracker/
H A DPoseView.h230 void ColumnRedraw(BRect updateRect);
540 void DrawViewCommon(const BRect&updateRect);
H A DPoseView.cpp9172 BPoseView::Draw(BRect updateRect) argument
9180 DrawViewCommon(updateRect);
9183 DrawAfterChildren(updateRect);
9188 BPoseView::DrawAfterChildren(BRect updateRect) argument
9216 BPoseView::SynchronousUpdate(BRect updateRect, bool clip) argument
9220 updateRegion.Set(updateRect);
9224 Invalidate(updateRect);
9233 BPoseView::DrawViewCommon(const BRect& updateRect) argument
9239 = (int32)((updateRect.top - fListElemHeight) / fListElemHeight);
9249 pose->Draw(poseRect, updateRect, thi
9267 ColumnRedraw(BRect updateRect) argument
[all...]
/haiku/src/kits/interface/
H A DScrollView.cpp237 BScrollView::Draw(BRect updateRect) argument
254 be_control_look->DrawScrollViewFrame(this, rect, updateRect,
H A DColumnListView.cpp188 virtual void Draw(BRect updateRect);
1475 BRect updateRect; local
1476 GetRowRect(row, &updateRect);
1477 fOutlineView->Invalidate(updateRect);
1943 BColumnListView::Draw(BRect updateRect) argument
1974 be_control_look->DrawScrollViewFrame(this, rect, updateRect,
1983 be_control_look->DrawScrollViewFrame(this, rect, updateRect,
H A DSlider.cpp837 BSlider::Draw(BRect updateRect) argument
840 BRegion background(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 DListView.cpp207 BListView::Draw(BRect updateRect) argument
218 if (itemFrame.Intersects(updateRect))
/haiku/src/apps/deskbar/
H A DStatusView.cpp1408 TDragRegion::Draw(BRect updateRect) argument
1442 TDragRegion::DrawAfterChildren(BRect updateRect) argument
1803 TResizeControl::Draw(BRect updateRect) argument
/haiku/src/apps/people/
H A DPictureView.cpp255 PictureView::Draw(BRect updateRect) argument
/haiku/src/apps/fontdemo/
H A DControlView.cpp134 ControlView::Draw(BRect updateRect) argument
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp302 NetworkStatusView::Draw(BRect updateRect) argument
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp111 TrackSlider::Draw(BRect updateRect) argument
/haiku/src/apps/launchbox/
H A DPadView.cpp64 PadView::Draw(BRect updateRect) argument
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp279 ValControl::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp99 TransformBox::Draw(BView* into, BRect updateRect) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp282 virtual void Draw(BRect updateRect) argument
296 be_control_look->DrawButtonFrame(this, frame, updateRect,
300 updateRect, base, BControlLook::B_ACTIVATED);
305 FillRect(updateRect);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp303 PathManipulator::Draw(BView* into, BRect updateRect) argument
395 fTransformBox->Draw(into, updateRect);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp62 virtual void Draw(BRect updateRect) argument

Completed in 402 milliseconds

<<111213141516171819