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

/haiku/src/kits/interface/
H A DPolygon.cpp228 BPoint bottomRight = rect->RightBottom(); local
231 _MapPoint(&bottomRight, source, destination);
233 *rect = BRect(leftTop, bottomRight);
H A DChannelSlider.cpp551 BPoint bottomRight; local
554 bottomRight.Set(leftTop.x, leftTop.y + ThumbRangeFor(channel));
557 bottomRight.Set(area.left + ThumbRangeFor(channel), leftTop.y);
560 DrawGroove(into, channel, leftTop, bottomRight);
574 BPoint bottomRight)
577 BRect rect(leftTop, bottomRight);
573 DrawGroove(BView* into, int32 channel, BPoint leftTop, BPoint bottomRight) argument
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp753 BRect bottomRight = rect; local
769 bottomRight.top = bottomLeft.top;
770 bottomRight.left = bottomLeft.right;
791 be_control_look->DrawButtonFrame(view, bottomRight, updateRect,
795 be_control_look->DrawButtonBackground(view, bottomRight, updateRect,
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1015 BPoint bottomRight(topLeft.x + GetFloatAttribute(attributes, "width"),
1019 fState.fMatrix.Transform(&bottomRight);
1027 DrawBitmap(bitmap, BRect(topLeft, bottomRight));
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp271 BPoint bottomRight = points[0]; local
276 bottomRight = points[index];
279 outRect.SetRightBottom(bottomRight);

Completed in 57 milliseconds