Lines Matching refs:CalcRect

1998 				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(this);
3630 BRect rect(pose->CalcRect(this));
3699 BRect oldBounds(pose->CalcRect(this));
3702 BRect newBounds(pose->CalcRect(this));
3747 Invalidate(pose->CalcRect(this));
3758 BRect rect(pose->CalcRect(this));
3780 Invalidate(pose->CalcRect(this));
3808 BRect rect(fVSPoseList->ItemAt(index)->CalcRect(this));
3831 poseRect = pose->CalcRect(this);
3975 poseRect = pose->CalcRect(this);
3977 poseRect = pose->CalcRect(loc, this, false);
4107 // TODO: need a simple call to CalcRect that works both in listView and
4114 Invalidate(pose->CalcRect(loc, this));
4120 Invalidate(pose->CalcRect(this));
5057 BRect oldBounds(pose->CalcRect(targetView));
5068 targetView->AddToExtent(pose->CalcRect(targetView));
6484 poseRect = pose->CalcRect(this);
6486 poseRect = pose->CalcRect(loc, this);
6538 poseRect = pose->CalcRect(this);
6540 poseRect = pose->CalcRect(loc, this);
7029 selectedBounds = poseToSelect->CalcRect(this);
7030 BRect poseRect(pose->CalcRect(this));
7045 selectionRect = selectedPose->CalcRect(this);
7053 BRect poseRect(pose->CalcRect(this));
7724 BRect poseRect(pose->CalcRect(loc, this, true));
7744 BRect poseRect(pose->CalcRect(this));
7804 result = result | pose->CalcRect(loc, this, true);
7812 result = pose->CalcRect(this);
7822 result = result | pose->CalcRect(this);
7869 poseRect = pose->CalcRect(listLoc, this);
7871 poseRect = pose->CalcRect(this);
7913 poseRect = pose->CalcRect(listLoc, this);
7915 poseRect = pose->CalcRect(this);
7995 if (selection.Intersects(currPose->CalcRect(this)))
8103 invalidRect = pose->CalcRect(this);
8303 DrawOpenAnimation(clickedPose->CalcRect(this));
8719 Invalidate(pose->CalcRect(loc, this, false));
8735 Invalidate(pose->CalcRect(this));
8784 pose->Draw(BRect(pose->CalcRect(loc, this, false)),
8805 Invalidate(pose->CalcRect(this));
8846 Invalidate(pose->CalcRect(BPoint(0, index * fListElemHeight),
8849 Invalidate(pose->CalcRect(this));
8974 AddToExtent(fPoseList->ItemAt(index)->CalcRect(this));
9248 BRect poseRect(pose->CalcRect(location, this, true));
9258 BRect poseRect(pose->CalcRect(this));
9292 BRect srcRect = poseList->ItemAt(0)->CalcRect(B_ORIGIN, this, false);
9859 *poseRect = fDropTarget->CalcRect(location, this, false);
9876 *poseRect = pose->CalcRect(this);
10004 BRect poseRect = fDropTarget->CalcRect(location, this, false);
10022 BRect poseRect = pose->CalcRect(this);
10234 return pose->CalcRect(this);
10242 return pose->CalcRect(BPoint(0, index * fListElemHeight), this,