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

/haiku/src/kits/tracker/
H A DTracker.cpp1613 TTracker::SelectPoseAtLocationSoon(node_ref parent, BPoint pointInPose) argument
1616 (&TTracker::SelectPoseAtLocationInParent, this, parent, pointInPose),
1622 TTracker::SelectPoseAtLocationInParent(node_ref parent, BPoint pointInPose) argument
1628 parentWindow->PoseView()->SelectPoseAtLocation(pointInPose);
H A DPoseView.cpp6131 BPoint pointInPose(fListOffset + 5, 5);
6133 pointInPose.y += fListElemHeight * index;
6144 *TargetModel()->NodeRef(), pointInPose));
6353 BPoint pointInPose(fListOffset + 5, 5);
6355 pointInPose.y += fListElemHeight * index;
6368 *targetModel->NodeRef(), pointInPose));
6396 BPoint pointInPose(fListOffset + 5, 5);
6398 pointInPose.y += fListElemHeight * index;
6411 *targetModel->NodeRef(), pointInPose));

Completed in 55 milliseconds