Searched refs:targetRect (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.h170 BRect targetRect,
H A DMediaJack.cpp435 BRect targetRect,
451 r = targetRect;
457 r = targetRect;
529 r = targetRect;
535 r = targetRect;
536 p.Set(targetRect.right - 4.0, Frame().Height() / 2.0 - 2.0);
607 r = targetRect;
613 r = targetRect;
666 r = targetRect;
672 r = targetRect;
433 _drawInto( BView *target, BRect targetRect, int32 layout) argument
[all...]
H A DMediaNodePanel.cpp916 BRect targetRect,
927 r = targetRect;
980 r = targetRect;
914 _drawInto( BView *target, BRect targetRect, int32 layout) argument
/haiku/headers/os/interface/
H A DScrollView.h105 BRect _ComputeFrame(BRect targetRect) const;
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp428 BRect targetRect = BRect(inset, y + inset, SIZE_ICON + inset, local
434 DrawBitmap(bitmap, bitmap->Bounds(), targetRect,
470 BRect targetRect(offsetX, pt.y - 16,
473 DrawBitmap(bitmap, bitmap->Bounds(), targetRect,
/haiku/src/kits/interface/
H A DScrollView.cpp860 BScrollView::_ComputeFrame(BRect targetRect) const
862 return _ComputeFrame(targetRect, fHorizontalScrollBar,
H A DColumnListView.cpp4541 BRect targetRect; local
4542 if (FindRect(fTargetRow, &targetRect)) {
4543 float delta = targetRect.top - fTargetRowTop;

Completed in 68 milliseconds