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

/haiku/src/kits/tracker/
H A DPose.cpp349 rect = CalcRect(poseLoc, poseView);
413 bounds = widget->CalcRect(poseLoc, column, poseView);
415 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
454 bounds = widget->CalcRect(poseLoc, column, poseView);
456 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
602 BRect widgetTextRect(widget->CalcRect(rect.LeftTop(),
661 rect = widget->CalcRect(location, NULL, poseView);
715 poseView->Invalidate(widget->CalcRect(location, NULL, poseView));
734 oldBounds = CalcRect(poseView);
757 poseView->Invalidate(CalcRect(poseVie
918 BPose::CalcRect(BPoint loc, const BPoseView* poseView, bool minimalRect) const function in class:BPose
942 BPose::CalcRect(const BPoseView* poseView) const function in class:BPose
[all...]
H A DTextWidget.h72 BRect CalcRect(BPoint poseLoc, const BColumn*, const BPoseView*);
76 // calls CalcRect, if result too narow, returns a wider rect for
80 // of the string width; faster than CalcRect
H A DPose.h100 BRect CalcRect(BPoint loc, const BPoseView*,
102 BRect CalcRect(const BPoseView*) const;
H A DPoseView.cpp1998 poseBounds = pose->CalcRect(this);
2008 poseBounds = pose->CalcRect(this);
3251 Invalidate(pose->CalcRect(loc, this, false));
3261 BRect poseRect(pose->CalcRect(this));
3324 Invalidate(pose->CalcRect(loc, this, false));
3327 BRect poseRect(pose->CalcRect(this));
3564 BRect oldBounds(pose->CalcRect(this));
3571 poseBounds = pose->CalcRect(this);
3592 BRect rect(pose->CalcRect(this));
3610 rect = pose->CalcRect(thi
[all...]
H A DTextWidget.cpp133 // CalcRect otherwise
134 return CalcRect(poseLoc, column, view);
209 BTextWidget::CalcRect(BPoint poseLoc, const BColumn* column, function in class:BTextWidget
228 BRect result = CalcRect(poseLoc, column, view);

Completed in 70 milliseconds