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

/haiku/src/tests/servers/app/playground/
H A DStates.h57 bool _HitTest(BPoint where, BPoint point) const;
H A DStates.cpp43 if (_HitTest(where, fStartPoint)) {
46 } else if (_HitTest(where, fEndPoint)) {
176 // _HitTest
178 State::_HitTest(BPoint where, BPoint point) const function in class:State

Completed in 14 milliseconds