Searched refs:AlignInFrame (Results 1 - 21 of 21) sorted by relevance

/haiku/headers/os/interface/
H A DLayoutUtils.h40 static BRect AlignInFrame(BRect frame, BSize maxSize,
42 static void AlignInFrame(BView* view, BRect frame);
H A DLayoutItem.h57 void AlignInFrame(BRect frame);
/haiku/src/kits/interface/
H A DLayoutItem.cpp126 BLayoutItem::AlignInFrame(BRect frame) function in class:BLayoutItem
149 SetFrame(BLayoutUtils::AlignInFrame(frame, maxSize, alignment));
H A DLayoutUtils.cpp158 // AlignInFrame
162 BLayoutUtils::AlignInFrame(BRect frame, BSize maxSize, BAlignment alignment) function in class:BLayoutUtils
182 // AlignInFrame
184 BLayoutUtils::AlignInFrame(BView* view, BRect frame) function in class:BLayoutUtils
206 frame = AlignInFrame(frame, maxSize, alignment);
213 // This method, unlike AlignInFrame(), provides the possibility to return
H A DViewPort.cpp137 child->AlignInFrame(BRect(BPoint(0, 0), layoutSize));
H A DCardLayout.cpp205 fVisibleItem->AlignInFrame(BRect(LayoutArea().LeftTop(), size));
H A DSeparatorView.cpp439 BRect frame = BLayoutUtils::AlignInFrame(bounds, fLabelView->MaxSize(),
H A DBox.cpp616 BLayoutUtils::AlignInFrame(child, frame);
H A DSplitLayout.cpp959 item->AlignInFrame(frame);
976 item->AlignInFrame(info->layoutFrame);
H A DTwoDimensionalLayout.cpp529 item->AlignInFrame(frame);
H A DTextControl.cpp913 BLayoutUtils::AlignInFrame(fText, textFrame);
H A DMenuField.cpp986 BLayoutUtils::AlignInFrame(fMenuBar, menuBarFrame);
H A DWindow.cpp2477 MoveTo(BLayoutUtils::AlignInFrame(rect, Size(),
H A DHaikuControlLook.cpp2328 BRect alignedRect = BLayoutUtils::AlignInFrame(rect,
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp130 return BLayoutUtils::AlignInFrame(bounds, IconSize(),
/haiku/src/libs/alm/
H A DArea.cpp579 fLayoutItem->AlignInFrame(BRect(0, 0, -1, -1));
587 fLayoutItem->AlignInFrame(areaFrame.OffsetBySelf(offset));
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp165 BRect childFrame = BLayoutUtils::AlignInFrame(cellFrame,
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp118 fMessage.AddRect("window_frame", BLayoutUtils::AlignInFrame(screen.Frame(),
/haiku/src/apps/people/
H A DPictureView.cpp286 fPictureRect = BLayoutUtils::AlignInFrame(frame, size,
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1708 BPoint centered = BLayoutUtils::AlignInFrame(screenFrame, windowSize,
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2328 BRect alignedRect = BLayoutUtils::AlignInFrame(

Completed in 128 milliseconds