Searched refs:selectionRect (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1649 BRect selectionRect;
1653 selectionRect.left = _FormattedPosition(fSelectionStart.line,
1655 selectionRect.top = fSelectionStart.line * fFontInfo->lineHeight;
1656 selectionRect.right = _FormattedPosition(fSelectionEnd.line,
1658 selectionRect.bottom = selectionRect.top + fFontInfo->lineHeight;
1659 region.Include(selectionRect);
1663 selectionRect.left = _FormattedPosition(fSelectionStart.line,
1665 selectionRect.top = fSelectionStart.line * fFontInfo->lineHeight;
1666 selectionRect
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp872 BRect selectionRect = fSelectionBox.Bounds(); local
873 if (selectionRect.Width() * fZoom < 400.0
874 && selectionRect.Height() * fZoom < 400.0) {
875 sourcePoint -= selectionRect.LeftTop();
884 BRect rect(selectionRect);
/haiku/src/kits/tracker/
H A DPoseView.cpp7043 BRect selectionRect; local
7045 selectionRect = selectedPose->CalcRect(this);
7058 selectionRect.top, selectionRect.bottom)
7059 && poseRect.left < selectionRect.left
7069 selectionRect.top, selectionRect.bottom)
7070 && poseRect.right > selectionRect.right
7080 selectionRect.left, selectionRect
7835 SelectPoses(BRect selectionRect, BList** oldList) argument
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp143 BRect selectionRect; member in class:BTextView::TextTrackState
596 fTrackingMouse->selectionRect = region.Frame();
4756 if (fTrackingMouse->selectionRect.IsValid())
4776 if (fTrackingMouse->selectionRect.IsValid()) {

Completed in 103 milliseconds