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

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

Completed in 88 milliseconds