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

/haiku/headers/os/interface/
H A DView.h101 const uint32 _VIEW_TOP_ = 1UL; variable
110 const uint32 B_FOLLOW_ALL_SIDES = _rule_(_VIEW_TOP_, _VIEW_LEFT_,
119 const uint32 B_FOLLOW_TOP = _rule_(_VIEW_TOP_, 0, _VIEW_TOP_, 0);
121 const uint32 B_FOLLOW_TOP_BOTTOM = _rule_(_VIEW_TOP_, 0, _VIEW_BOTTOM_, 0);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp239 if ((rm & 0xF000U) == _VIEW_TOP_ << 12)
246 if ((rm & 0x00F0U) == _VIEW_TOP_ << 4)

Completed in 44 milliseconds