Home
last modified time | relevance | path

Searched refs:fSelectionBox (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageView.cpp244 fSelectionBox.Animate(); in Pulse()
245 fSelectionBox.Draw(this, Bounds()); in Pulse()
314 fSelectionBox.Bounds().Width() + 1.0, in _UpdateStatusText()
315 fSelectionBox.Bounds().Height() + 1.0); in _UpdateStatusText()
734 fSelectionBox.Draw(this, updateRect); in Draw()
747 BRect rect = fSelectionBox.Bounds().OffsetToCopy(B_ORIGIN); in _CopySelection()
864 drag.AddRect("be:_frame", fSelectionBox.Bounds()); in _BeginDrag()
872 BRect selectionRect = fSelectionBox.Bounds(); in _BeginDrag()
1063 _GetMergeRects(fSelectionBitmap, fSelectionBox.Bounds(), srcRect, dstRect); in _GetSelectionMergeRects()
1120 if (fHasSelection && fSelectionBox.Bounds().Contains(point) in MouseDown()
[all …]
H A DShowImageView.h207 SelectionBox fSelectionBox; variable