Searched refs:updateRect (Results 26 - 50 of 463) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DPose.h69 void Draw(BRect poseRect, const BRect& updateRect, BPoseView*,
71 void Draw(BRect poseRect, const BRect& updateRect, BPoseView*,
244 BPose::Draw(BRect poseRect, const BRect& updateRect, BPoseView* view, argument
247 Draw(poseRect, updateRect, view, (BView*)view, fullDraw, B_ORIGIN,
H A DFindPanel.h184 virtual void Draw(BRect updateRect);
H A DDraggableContainerIcon.h50 virtual void Draw(BRect updateRect);
H A DDraggableContainerIcon.cpp198 DraggableContainerIcon::Draw(BRect updateRect) argument
205 be_control_look->DrawBorder(this, rect, updateRect, base, B_PLAIN_BORDER,
207 be_control_look->DrawMenuBarBackground(this, rect, updateRect, base, 0,
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp117 virtual void Draw(BRect updateRect) argument
119 FillRect(updateRect, B_SOLID_LOW);
1087 virtual void Draw(BRect updateRect) argument
1135 virtual void Draw(BRect updateRect) argument
H A DPackageListView.cpp770 virtual void Draw(BRect updateRect) argument
772 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h152 virtual void Draw(BRect updateRect);
H A DListViews.cpp758 SimpleListView::Draw(BRect updateRect) argument
760 BRect emptyRect = updateRect;
762 int32 firstIndex = IndexOf(updateRect.LeftTop());
763 int32 lastIndex = IndexOf(updateRect.RightBottom());
/haiku/src/kits/interface/
H A DListView.cpp207 BListView::Draw(BRect updateRect) argument
218 if (itemFrame.Intersects(updateRect))
H A DTextView.cpp531 BTextView::Draw(BRect updateRect) argument
534 int32 startLine = _LineAt(BPoint(0.0, updateRect.top));
535 int32 endLine = _LineAt(BPoint(0.0, updateRect.bottom));
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 DColorControl.cpp416 BColorControl::Draw(BRect updateRect) argument
421 _DrawColorArea(this, updateRect);
428 BColorControl::_DrawColorArea(BView* target, BRect updateRect) argument
437 be_control_look->DrawTextControlBorder(target, rect, updateRect,
441 int colBegin = max_c(0, -1 + int(updateRect.left) / int(fCellSize));
443 2 + int(updateRect.right) / int(fCellSize));
444 int rowBegin = max_c(0, -1 + int(updateRect.top) / int(fCellSize));
445 int rowEnd = min_c(fRows, 2 + int(updateRect.bottom)
487 updateRect);
489 updateRect);
537 _DrawColorRamp(BRect rect, BView* target, rgb_color baseColor, rgb_color compColor, int16 flag, bool focused, BRect updateRect) argument
[all...]
H A DAbstractSpinner.cpp167 virtual void Draw(BRect updateRect);
340 SpinnerButton::Draw(BRect updateRect) argument
343 if (!rect.IsValid() || !rect.Intersects(updateRect))
346 BView::Draw(updateRect);
384 be_control_look->DrawButtonFrame(this, rect, updateRect,
386 be_control_look->DrawButtonBackground(this, rect, updateRect,
397 be_control_look->DrawArrowShape(this, rect, updateRect, bgColor,
409 be_control_look->DrawArrowShape(this, rect, updateRect, bgColor,
1001 BAbstractSpinner::Draw(BRect updateRect) argument
1003 _DrawLabel(updateRect);
1418 _DrawLabel(BRect updateRect) argument
1465 _DrawTextView(BRect updateRect) argument
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h51 virtual void Draw(BRect updateRect);
H A DGradientControl.cpp297 GradientControl::Draw(BRect updateRect) argument
303 BRect lb(updateRect.left, updateRect.top, b.left - 1, b.bottom);
307 BRect rb(b.right + 1, updateRect.top, updateRect.right, b.bottom);
311 BRect bb(updateRect.left, b.bottom + 1, updateRect.right, updateRect.bottom);
344 be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
392 be_control_look->DrawSliderTriangle(this, rect, updateRect, b
[all...]
/haiku/headers/os/interface/
H A DListView.h47 virtual void Draw(BRect updateRect);
H A DTextView.h75 virtual void Draw(BRect updateRect);
/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/preferences/keymap/
H A DKeyboardLayoutView.cpp504 KeyboardLayoutView::Draw(BRect updateRect) argument
515 _DrawKey(this, updateRect, key, _FrameFor(key),
524 _DrawIndicator(this, updateRect, indicator, _FrameFor(indicator->frame),
696 KeyboardLayoutView::_DrawKeyButton(BView* view, BRect& rect, BRect updateRect, argument
701 be_control_look->DrawButtonFrame(view, rect, updateRect, 4.0f, base,
703 be_control_look->DrawButtonBackground(view, rect, updateRect, 4.0f,
709 KeyboardLayoutView::_DrawKey(BView* view, BRect updateRect, const Key* key, argument
741 _DrawKeyButton(view, rect, updateRect, base, background, pressed);
746 be_control_look->DrawLabel(view, text, rect, updateRect,
773 be_control_look->DrawButtonFrame(view, topLeft, updateRect,
827 _DrawIndicator(BView* view, BRect updateRect, const Indicator* indicator, BRect rect, bool lit) argument
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h29 virtual void Draw(BRect updateRect);
H A DTextDocumentView.cpp85 TextDocumentView::Draw(BRect updateRect) argument
87 FillRect(updateRect, B_SOLID_LOW);
90 fTextDocumentLayout.Draw(this, BPoint(fInsetLeft, fInsetTop), updateRect);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp839 TExpandoMenuBar::Draw(BRect updateRect) argument
841 BMenu::Draw(updateRect);
846 TExpandoMenuBar::DrawBackground(BRect updateRect) argument
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 DPersonView.h43 virtual void Draw(BRect updateRect);
H A DPersonView.cpp174 PersonView::Draw(BRect updateRect) argument

Completed in 157 milliseconds

1234567891011>>