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.cpp480 BPose::PointInPose(const BPoseView* poseView, BPoint where) const function in class:BPose
523 BPose::PointInPose(BPoint where, const BPoseView* poseView, BPoint point, function in class:BPose
H A DPoseView.cpp7515 if (!pose->PointInPose(loc, this, mouseLocation, &widget) || !widget)
8173 if (pose != NULL && pose->PointInPose(loc, this, point))
8179 if (pose->PointInPose(this, point)) {

Completed in 88 milliseconds