Lines Matching refs:left

1177  *	calculate where the left point should be for this
1187 loc.x += gDragWidth; // move past dragger on left
1228 replicantRect.left = view->Frame().right + sIconGap + 1;
1231 // calculated left position, add replicantWidth to get the
1233 replicantRect.right = replicantRect.left + replicantWidth;
1259 && loc.x > fRightBottomReplicant.left)) {
1421 AddLine(BPoint(frame.left, frame.top + 1),
1424 AddLine(BPoint(frame.left + 1, frame.bottom),
1427 // mini-mode or horizontal, draw hilight along top left and bottom
1429 AddLine(BPoint(frame.left, frame.top + 1), frame.LeftBottom(), hilite);
1432 AddLine(BPoint(frame.left + 1, frame.bottom - 3),
1473 where.x = floorf((dragRegion.left + dragRegion.right) / 2 + 0.5) - 1;
1486 AddLine(BPoint(dragRegion.left, dragRegion.bottom - 2),
1508 dragRegion.right = dragRegion.left + gDragWidth;
1510 dragRegion.left = dragRegion.right - gDragWidth;
1608 // 1. Vertical expando-mode, right (default) or left
1609 // 2. Vertical mini-mode, right-top left-top left-bottom or right-bottom
1610 // 3. Horizontal mini-mode, right-top left-top left-bottom or right-bottom
1623 fTopLeftVertical.Set(BRect(screenFrame.left,
1624 screenFrame.top + menuBarHeight, screenFrame.left + hDivider,
1629 fBottomLeftVertical.Set(BRect(screenFrame.left,
1631 screenFrame.left + hDivider, screenFrame.bottom - menuBarHeight));
1636 fTopLeftHorizontal.Set(BRect(screenFrame.left, screenFrame.top,
1637 screenFrame.left + hDivider, screenFrame.top + menuBarHeight));
1640 fBottomLeftHorizontal.Set(BRect(screenFrame.left, screenFrame.bottom - menuBarHeight,
1641 screenFrame.left + hDivider, screenFrame.bottom));
1646 // left/right expando
1647 fMiddleLeft.Set(BRect(screenFrame.left, screenFrame.top,
1648 screenFrame.left + hDivider, screenFrame.bottom));
1662 // left/right full
1663 fLeftSide.Set(BRect(screenFrame.left, screenFrame.bottom - halfScreen,
1664 screenFrame.left + hDivider, screenFrame.bottom));
1678 BRect leftSideRect(screenFrame.left, screenFrame.top,
1679 screenFrame.left + hDivider, screenFrame.bottom);
1683 fTopHalf.Set(BRect(screenFrame.left, screenFrame.top, screenFrame.right,
1688 fBottomHalf.Set(BRect(screenFrame.left, screenFrame.bottom - halfScreen,
1831 where.x = floorf((dragRegion.left + dragRegion.right) / 2 + 0.5) - 1;
1899 delta = Window()->Frame().left - whereScreen.x;