Home
last modified time | relevance | path

Searched refs:PointInPose (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DPose.h97 bool PointInPose(BPoint poseLoc, const BPoseView*, BPoint where,
99 bool PointInPose(const BPoseView*, BPoint where) const;
H A DPose.cpp479 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 DPoseView.cpp7480 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()