Lines Matching refs:right

333 			BPoint(rect.right, rect.bottom), borderColor);
334 view->AddLine(BPoint(rect.right, rect.top + 1),
335 BPoint(rect.right, rect.bottom - 1), borderColor);
347 BPoint(rect.right, rect.top), highlightColor);
350 BPoint(rect.right, rect.top), borderColor);
534 if (rect.right - 3 > hcenter + spacer) {
601 BPoint(rect.right - 2, rect.top + middle - 3),
605 BPoint(rect.right - 2, rect.top + middle),
609 BPoint(rect.right - 2, rect.top + middle + 3),
613 BPoint(rect.right - 2, rect.top + middle - 2),
617 BPoint(rect.right - 2, rect.top + middle + 1),
621 BPoint(rect.right - 2, rect.top + middle + 4),
639 BRect scrollCornerFillRect(rect.right, rect.bottom,
640 rect.right, rect.bottom);
643 scrollCornerFillRect.left = horizontalScrollBarFrame.right + 1;
663 rect.right = verticalScrollBarFrame.left;
741 leftBarSide.right = sliderPosition - 1;
784 leftCorner.right = leftCorner.left + leftCorner.Height();
785 rightCorner.left = rightCorner.right - rightCorner.Height();
787 barRect.right -= ceilf(barRect.Height() / 2);
963 rect.right--;
975 rect.left = floorf((rect.left + rect.right) / 2);
976 rect.right = rect.left;
1009 rect.right = floorf(rect.right);
1053 leftTopCorner.right = floorf(leftTopCorner.left + kRoundCornerRadius);
1056 // right top corner dimensions
1058 rightTopCorner.left = floorf(rightTopCorner.right - kRoundCornerRadius);
1063 leftBottomCorner.right = floorf(leftBottomCorner.left + kRoundCornerRadius);
1066 // right bottom corner dimensions
1068 rightBottomCorner.left = floorf(rightBottomCorner.right
1083 // draw the right top corner
1098 // draw the right bottom corner
1121 // draw the right top corner
1126 // draw the right bottom corner
1160 rect.right--;
1205 // background on left/right
1207 rect.left = floorf((rect.left + rect.right) / 2.0 - 0.5);
1208 rect.right = rect.left + 1;
1248 // background on left/right
1504 // draw right top rounded corner
1505 BRect rightTopCorner(floorf(rect.right - rightTopRadius),
1506 floorf(rect.top), floorf(rect.right),
1530 // draw right bottom rounded corner
1531 BRect rightBottomCorner(floorf(rect.right - rightBottomRadius),
1532 floorf(rect.bottom - rightBottomRadius), floorf(rect.right),
1680 // draw right top rounded corner
1681 BRect rightTopCorner(floorf(rect.right - rightTopRadius + 2.0),
1682 floorf(rect.top), floorf(rect.right),
1707 // draw right bottom rounded corner
1708 BRect rightBottomCorner(floorf(rect.right - rightBottomRadius + 2.0),
1709 floorf(rect.bottom - rightBottomRadius + 2.0), floorf(rect.right),
1731 BPoint(rect.right, rect.top), buttonBgColor);
1743 BPoint(rect.right, rect.top), buttonBgColor);
1757 rect.right -= kButtonPopUpIndicatorWidth;
1758 indicatorRect.left = rect.right + 3;
1804 BPoint center(roundf((rect.left + rect.right) / 2.0),
1848 leftRect.right -= indicatorWidth - spacing;
1851 rightRect.left = rightRect.right - (indicatorWidth - spacing * 2);
1951 ellipseRect.right = ellipseRect.left + ellipseRect.Width() * 2;
1968 // draw right top rounded corner
1969 BRect rightTopCorner(floorf(rect.right - rightTopRadius + 2.0),
1970 floorf(rect.top), floorf(rect.right),
1979 ellipseRect.left = ellipseRect.right - ellipseRect.Width() * 2;
2017 ellipseRect.right = ellipseRect.left + ellipseRect.Width() * 2;
2043 // draw right bottom rounded corner
2044 BRect rightBottomCorner(floorf(rect.right - rightBottomRadius + 2.0),
2045 floorf(rect.bottom - rightBottomRadius + 2.0), floorf(rect.right),
2054 ellipseRect.left = ellipseRect.right - ellipseRect.Width() * 2;