Searched refs:pointInPose (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp1432 TTracker::SelectPoseAtLocationSoon(node_ref parent, BPoint pointInPose) argument
1435 (&TTracker::SelectPoseAtLocationInParent, this, parent, pointInPose),
1440 TTracker::SelectPoseAtLocationInParent(node_ref parent, BPoint pointInPose) argument
1446 parentWindow->PoseView()->SelectPoseAtLocation(pointInPose);
H A DPoseView.cpp5864 BPoint pointInPose(kListOffset + 5, 5);
5866 pointInPose.y += fListElemHeight * index;
5877 *TargetModel()->NodeRef(), pointInPose));
6077 BPoint pointInPose(kListOffset + 5, 5);
6079 pointInPose.y += fListElemHeight * index;
6090 *TargetModel()->NodeRef(), pointInPose));
6117 BPoint pointInPose(kListOffset + 5, 5);
6119 pointInPose.y += fListElemHeight * index;
6130 *TargetModel()->NodeRef(), pointInPose));

Completed in 73 milliseconds