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

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h86 BRect fImageBounds; member in class:Preview
H A DBackgroundsView.cpp903 fPreview->fImageBounds = BRect(bitmap->Bounds());
1249 min = (x > -fImageBounds.Width());
1256 if (!min && fPoint.x > -fImageBounds.Width()) {
1257 fPoint.x = -fImageBounds.Width();
1268 min = (y > -fImageBounds.Height());
1275 if (!min && fPoint.y > -fImageBounds.Height()) {
1276 fPoint.y = -fImageBounds.Height();

Completed in 36 milliseconds