Home
last modified time | relevance | path

Searched refs:CalcRect (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DPose.cpp349 rect = CalcRect(poseLoc, poseView); in UpdateIcon()
412 bounds = widget->CalcRect(poseLoc, column, poseView); in EditFirstWidget()
414 bounds = widget->CalcRect(Location(poseView), NULL, poseView); in EditFirstWidget()
453 bounds = widget->CalcRect(poseLoc, column, poseView); in EditPreviousNextWidgetCommon()
455 bounds = widget->CalcRect(Location(poseView), NULL, poseView); in EditPreviousNextWidgetCommon()
601 BRect widgetTextRect(widget->CalcRect(rect.LeftTop(), in Draw()
660 rect = widget->CalcRect(location, NULL, poseView); in Draw()
714 poseView->Invalidate(widget->CalcRect(location, NULL, poseView)); in DeselectWithoutErasingBackground()
733 oldBounds = CalcRect(poseView); in MoveTo()
756 poseView->Invalidate(CalcRect(poseView)); in MoveTo()
[all …]
H A DPose.h100 BRect CalcRect(BPoint loc, const BPoseView*,
102 BRect CalcRect(const BPoseView*) const;
H A DPoseView.cpp1988 poseBounds = pose->CalcRect(this); in CreatePoses()
1998 poseBounds = pose->CalcRect(this); in CreatePoses()
3235 Invalidate(pose->CalcRect(loc, this, false)); in SetPosesClipboardMode()
3245 BRect poseRect(pose->CalcRect(this)); in SetPosesClipboardMode()
3302 Invalidate(pose->CalcRect(loc, this, false)); in UpdatePosesClipboardModeFromClipboard()
3305 BRect poseRect(pose->CalcRect(this)); in UpdatePosesClipboardModeFromClipboard()
3539 BRect oldBounds(pose->CalcRect(this)); in Cleanup()
3546 poseBounds = pose->CalcRect(this); in Cleanup()
3567 BRect rect(pose->CalcRect(this)); in PlacePose()
3585 rect = pose->CalcRect(this); in PlacePose()
[all …]
H A DTextWidget.h72 BRect CalcRect(BPoint poseLoc, const BColumn*, const BPoseView*);
H A DTextWidget.cpp134 return CalcRect(poseLoc, column, view); in ColumnRect()
210 BTextWidget::CalcRect(BPoint poseLoc, const BColumn* column, in CalcRect() function in BTextWidget
229 BRect result = CalcRect(poseLoc, column, view); in CalcClickRect()