Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DTextWidget.h75 BRect CalcClickRect(BPoint poseLoc, const BColumn*, const BPoseView*);
H A DPose.cpp204 rect = widget->CalcClickRect(poseLoc, column, poseView); in OneMouseUp()
206 rect = widget->CalcClickRect(pose->Location(poseView), NULL, poseView); in OneMouseUp()
540 && widget->CalcClickRect(where, column, poseView).Contains(point)) { in PointInPose()
H A DTextWidget.cpp226 BTextWidget::CalcClickRect(BPoint poseLoc, const BColumn* column, in CalcClickRect() function in BTextWidget