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

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp134 BPoint viewLoc; local
144 viewLoc.Set(frame.left, frame.top);
147 viewLoc.Set(frame.right, frame.top);
150 viewLoc.Set(frame.left, frame.bottom);
153 viewLoc.Set(frame.left, average(frame.top, frame.bottom));
156 viewLoc.Set(average(frame.left, frame.right), frame.top);
158 viewLoc.PrintToStream();
168 viewLoc.y += alignLen;
169 MoveViewCorner(*pView, viewLoc, CORNER_TOPLEFT);
172 viewLoc
[all...]

Completed in 33 milliseconds