Searched refs:moveLoc (Results 1 – 2 of 2) sorted by relevance
186 BPoint moveLoc = viewLoc; in Align() local188 moveLoc.y -= (r.bottom - r.top) / 2; in Align()189 MoveViewCorner(*pView, moveLoc, CORNER_TOPLEFT); in Align()195 BPoint moveLoc = viewLoc; in Align() local197 moveLoc.x -= (r.right - r.left) / 2; in Align()198 MoveViewCorner(*pView, moveLoc, CORNER_TOPLEFT); in Align()
710 BPoint moveLoc(0, 0); in PositionWindow() local713 moveLoc.x = screenFrame.right - windowWidth; in PositionWindow()717 moveLoc.y = screenFrame.bottom - windowHeight; in PositionWindow()719 Window()->MoveTo(moveLoc); in PositionWindow()