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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp26 , BPoint leftBottom, BPoint rightBottom)
32 fOldRightBottom(rightBottom),
36 fNewRightBottom(rightBottom)
135 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom)
140 fNewRightBottom = rightBottom;
24 PerspectiveCommand(PerspectiveBox* box, PerspectiveTransformer* transformer, BPoint leftTop, BPoint rightTop , BPoint leftBottom, BPoint rightBottom) argument
134 SetNewPerspective( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
H A DPerspectiveCommand.h28 BPoint leftBottom, BPoint rightBottom);
46 BPoint leftBottom, BPoint rightBottom);
H A DPerspectiveBox.cpp258 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom)
263 && fRightBottom == rightBottom)
269 fRightBottom = rightBottom;
257 TransformTo( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
H A DPerspectiveBox.h69 BPoint leftBottom, BPoint rightBottom);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.h41 rgb_color rightBottom);
H A DSwatchView.cpp240 SwatchView::_StrokeRect(BRect r, rgb_color leftTop, rgb_color rightBottom) argument
247 rightBottom); local
249 rightBottom); local
/haiku/headers/os/interface/
H A DRect.h26 BRect(BPoint leftTop, BPoint rightBottom);
153 BRect::BRect(BPoint leftTop, BPoint rightBottom) argument
157 right(rightBottom.x),
158 bottom(rightBottom.y)
H A DChannelSlider.h77 BPoint leftTop, BPoint rightBottom);
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.h105 BPoint leftBottom, BPoint rightBottom);
H A DPerspectiveTransformer.cpp262 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom)
267 fToRightBottom = rightBottom;
261 TransformTo( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
/haiku/src/servers/app/
H A DIntRect.h163 IntRect::IntRect(const IntPoint& leftTop, const IntPoint& rightBottom) argument
167 right = rightBottom.x;
168 bottom = rightBottom.y;
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp369 BPoint rightBottom(6.0, 6.0);
378 markerPos + rightBottom + BPoint(-1.0, 4.0), B_SOLID_LOW);
391 markerPos.x + rightBottom.x, markerPos.y + rightBottom.y);
396 markerPos + rightBottom, B_SOLID_LOW);
408 markerPos + rightBottom + BPoint(-1.0, 0.0));
410 markerPos + rightBottom + BPoint(0.0, 1.0), B_SOLID_LOW);
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp145 BRect rightBottom(right / 2.0, bottom / 2.0, right + 1.0, bottom + 1.0);
155 } else if (rightBottom.Contains(where)) {
/haiku/src/apps/sudoku/
H A DSudokuView.cpp1001 BPoint rightBottom = leftTop + BPoint(fWidth - 2, fHeight - 2); local
1003 return BRect(leftTop, rightBottom);
1014 BPoint rightBottom = leftTop; local
1015 rightBottom.x += fHintWidth;
1016 rightBottom.y += fHintHeight;
1018 Invalidate(BRect(leftTop, rightBottom));
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp1028 const BRect rightBottom(BRect(rect.right - 2, rect.bottom - 2,
1031 fGlintBitmap->Bounds(), rightBottom);
1106 const BRect rightBottom(BRect(rect.right - 9, rect.bottom - 9,
1109 fCloseBitmap->Bounds(), rightBottom);
1200 const BRect rightBottom(BRect(bigRect.right - 2,
1203 fGlintBitmap->Bounds(), rightBottom);
1227 const BRect rightBottom(BRect(bigRect.right - 6,
1230 fBigZoomBitmap->Bounds(), rightBottom);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp69 BPoint rightBottom = bounds.RightBottom(); local
70 StrokeLine(B_ORIGIN, rightBottom);
71 StrokeLine(BPoint(rightBottom.x, 0), BPoint(0, rightBottom.y));
/haiku/src/apps/showimage/
H A DShowImageView.cpp470 BPoint rightBottom(r.right, r.bottom);
471 rightBottom += BPoint(1, 1);
472 rightBottom = ImageToView(rightBottom);
473 rightBottom -= BPoint(1, 1);
474 return BRect(leftTop.x, leftTop.y, rightBottom.x, rightBottom.y);
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h142 Crossing* rightBottom);
H A DSATGroup.cpp35 Crossing* leftBottom, Crossing* rightBottom)
42 fRightBottomCrossing(rightBottom),
34 WindowArea(Crossing* leftTop, Crossing* rightTop, Crossing* leftBottom, Crossing* rightBottom) argument

Completed in 206 milliseconds