Lines Matching refs:CalcRect

1988 				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()
3605 BRect rect(pose->CalcRect(this)); in IsValidLocation()
3674 BRect oldBounds(pose->CalcRect(this)); in CheckAutoPlacedPoses()
3677 BRect newBounds(pose->CalcRect(this)); in CheckAutoPlacedPoses()
3722 Invalidate(pose->CalcRect(this)); in CheckPoseVisibility()
3733 BRect rect(pose->CalcRect(this)); in CheckPoseVisibility()
3755 Invalidate(pose->CalcRect(this)); in CheckPoseVisibility()
3783 BRect rect(fVSPoseList->ItemAt(index)->CalcRect(this)); in SlotOccupied()
3806 poseRect = pose->CalcRect(this); in NextSlot()
3950 poseRect = pose->CalcRect(this); in SelectPoses()
3952 poseRect = pose->CalcRect(loc, this, false); in SelectPoses()
4089 Invalidate(pose->CalcRect(loc, this)); in RemovePoseFromSelection()
4095 Invalidate(pose->CalcRect(this)); in RemovePoseFromSelection()
5031 BRect oldBounds(pose->CalcRect(targetView)); in MoveSelectionInto()
5042 targetView->AddToExtent(pose->CalcRect(targetView)); in MoveSelectionInto()
6450 poseRect = pose->CalcRect(this); in SelectAll()
6452 poseRect = pose->CalcRect(loc, this); in SelectAll()
6504 poseRect = pose->CalcRect(this); in InvertSelection()
6506 poseRect = pose->CalcRect(loc, this); in InvertSelection()
6995 selectedBounds = poseToSelect->CalcRect(this); in FindNearbyPose()
6996 BRect poseRect(pose->CalcRect(this)); in FindNearbyPose()
7011 selectionRect = selectedPose->CalcRect(this); in FindNearbyPose()
7019 BRect poseRect(pose->CalcRect(this)); in FindNearbyPose()
7689 BRect poseRect(pose->CalcRect(loc, this, true)); in MakeDragBitmap()
7709 BRect poseRect(pose->CalcRect(this)); in MakeDragBitmap()
7769 result = result | pose->CalcRect(loc, this, true); in GetDragRect()
7777 result = pose->CalcRect(this); in GetDragRect()
7787 result = result | pose->CalcRect(this); in GetDragRect()
7834 poseRect = pose->CalcRect(listLoc, this); in SelectPoses()
7836 poseRect = pose->CalcRect(this); in SelectPoses()
7878 poseRect = pose->CalcRect(listLoc, this); in SelectPoses()
7880 poseRect = pose->CalcRect(this); in SelectPoses()
7960 if (selection.Intersects(currPose->CalcRect(this))) in AddRemoveSelectionRange()
8068 invalidRect = pose->CalcRect(this); in DeletePose()
8260 DrawOpenAnimation(clickedPose->CalcRect(this)); in OpenSelectionCommon()
8713 Invalidate(pose->CalcRect(loc, this, false)); in ClearSelection()
8729 Invalidate(pose->CalcRect(this)); in ClearSelection()
8778 pose->Draw(BRect(pose->CalcRect(loc, this, false)), in ShowSelection()
8799 Invalidate(pose->CalcRect(this)); in ShowSelection()
8840 Invalidate(pose->CalcRect(BPoint(0, index * fListElemHeight), in AddRemovePoseFromSelection()
8843 Invalidate(pose->CalcRect(this)); in AddRemovePoseFromSelection()
8972 AddToExtent(fPoseList->ItemAt(index)->CalcRect(this)); in RecalcExtent()
9222 BRect poseRect(pose->CalcRect(location, this, true)); in DrawViewCommon()
9232 BRect poseRect(pose->CalcRect(this)); in DrawViewCommon()
9266 BRect srcRect = poseList->ItemAt(0)->CalcRect(B_ORIGIN, this, false); in ColumnRedraw()
9833 *poseRect = fDropTarget->CalcRect(location, this, false); in FrameForPose()
9850 *poseRect = pose->CalcRect(this); in FrameForPose()
9978 BRect poseRect = fDropTarget->CalcRect(location, this, false); in HiliteDropTarget()
9996 BRect poseRect = pose->CalcRect(this); in HiliteDropTarget()
10208 return pose->CalcRect(this); in CalcPoseRectIcon()
10216 return pose->CalcRect(BPoint(0, index * fListElemHeight), this, in CalcPoseRectList()