Home
last modified time | relevance | path

Searched refs:targetRect (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp435 BRect targetRect, in _drawInto() argument
451 r = targetRect; in _drawInto()
457 r = targetRect; in _drawInto()
529 r = targetRect; in _drawInto()
535 r = targetRect; in _drawInto()
536 p.Set(targetRect.right - 4.0, Frame().Height() / 2.0 - 2.0); in _drawInto()
607 r = targetRect; in _drawInto()
613 r = targetRect; in _drawInto()
666 r = targetRect; in _drawInto()
672 r = targetRect; in _drawInto()
[all …]
H A DMediaNodePanel.h170 BRect targetRect,
H A DMediaNodePanel.cpp916 BRect targetRect, in _drawInto() argument
927 r = targetRect; in _drawInto()
980 r = targetRect; in _drawInto()
/haiku/headers/os/interface/
H A DScrollView.h105 BRect _ComputeFrame(BRect targetRect) const;
/haiku/src/kits/interface/
H A DScrollView.cpp860 BScrollView::_ComputeFrame(BRect targetRect) const in _ComputeFrame()
862 return _ComputeFrame(targetRect, fHorizontalScrollBar, in _ComputeFrame()
H A DColumnListView.cpp4556 BRect targetRect; local
4557 if (FindRect(fTargetRow, &targetRect)) {
4558 float delta = targetRect.top - fTargetRowTop;