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

/haiku/src/apps/showimage/
H A DShowImageView.cpp777 view.DrawBitmap(fBitmap, fCopyFromRect, rect);
783 view.DrawBitmap(fBitmap, fCopyFromRect, rect);
1136 fCopyFromRect.Set(point.x, point.y, point.x, point.y);
1137 fSelectionBox.SetBounds(this, fCopyFromRect);
1155 BRect oldSelection = fCopyFromRect;
1158 fCopyFromRect.left = min_c(fFirstPoint.x, point.x);
1159 fCopyFromRect.right = max_c(fFirstPoint.x, point.x);
1160 fCopyFromRect.top = min_c(fFirstPoint.y, point.y);
1161 fCopyFromRect.bottom = max_c(fFirstPoint.y, point.y);
1162 fSelectionBox.SetBounds(this, fCopyFromRect);
[all...]
H A DShowImageView.h208 BRect fCopyFromRect; member in class:ShowImageView

Completed in 19 milliseconds