Searched refs:parentBounds (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A DObjectView.cpp290 BRect parentBounds = Parent()->Bounds(); local
292 parentBounds.OffsetTo(0, 0);
294 if (bounds != parentBounds) {
295 ResizeTo(parentBounds.right - parentBounds.left,
296 parentBounds.bottom - parentBounds.top);
/haiku-fatelf/src/kits/interface/
H A DDragger.cpp689 BRect parentBounds(Parent()->Bounds());
690 if (!parentBounds.Contains(bounds)) {
691 MoveTo(parentBounds.right - bounds.Width(),
692 parentBounds.bottom - bounds.Height());
/haiku-fatelf/src/apps/diskprobe/
H A DTypeEditors.cpp1122 BRect parentBounds = Parent()->Bounds(); local
1123 MoveTo((parentBounds.Width() - rect.Width()) / 2,
1124 (parentBounds.Height() - rect.Height()) / 2);

Completed in 158 milliseconds