Searched refs:PointInPose (Results 1 – 3 of 3) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | Pose.h | 97 bool PointInPose(BPoint poseLoc, const BPoseView*, BPoint where, 99 bool PointInPose(const BPoseView*, BPoint where) const;
|
H A D | Pose.cpp | 479 BPose::PointInPose(const BPoseView* poseView, BPoint where) const in PointInPose() function in BPose 522 BPose::PointInPose(BPoint where, const BPoseView* poseView, BPoint point, in PointInPose() function in BPose
|
H A D | PoseView.cpp | 7480 if (!pose->PointInPose(loc, this, mouseLocation, &widget) || !widget) in WasClickInPath() 8138 if (pose != NULL && pose->PointInPose(loc, this, point)) in FindPose() 8144 if (pose->PointInPose(this, point)) { in FindPose()
|