Searched refs:HasHeightForWidth (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/apps/haikudepot/textview/
H A DTextView.h29 virtual bool HasHeightForWidth();
H A DTextView.cpp74 TextView::HasHeightForWidth() function in class:TextView
H A DTextDocumentView.h48 virtual bool HasHeightForWidth();
/haiku/src/kits/interface/
H A DViewLayoutItem.h33 virtual bool HasHeightForWidth();
H A DViewLayoutItem.cpp139 BViewLayoutItem::HasHeightForWidth() function in class:BViewLayoutItem
141 return fView->HasHeightForWidth();
H A DViewPort.cpp90 virtual bool HasHeightForWidth() function in class:BPrivate::BViewPort::ViewPortLayout
100 if (!HasHeightForWidth())
H A DLayoutItem.cpp69 BLayoutItem::HasHeightForWidth() function in class:BLayoutItem
131 if (HasHeightForWidth()) {
H A DCardLayout.cpp130 BCardLayout::HasHeightForWidth() function in class:BCardLayout
134 if (ItemAt(i)->HasHeightForWidth())
157 if (item->HasHeightForWidth()) {
H A DTwoDimensionalLayout.cpp194 bool HasHeightForWidth();
380 BTwoDimensionalLayout::HasHeightForWidth() function in class:BTwoDimensionalLayout
383 return fLocalLayouter->HasHeightForWidth();
391 if (!HasHeightForWidth())
520 //if (item->HasHeightForWidth()) {
917 if (layouter->HasHeightForWidth()) {
924 } else if (localLayouter->HasHeightForWidth()) {
975 if (layouter->HasHeightForWidth())
1268 if (item->HasHeightForWidth())
1306 BTwoDimensionalLayout::LocalLayouter::HasHeightForWidth() function in class:BTwoDimensionalLayout::LocalLayouter
[all...]
H A DSplitLayout.cpp545 BSplitLayout::HasHeightForWidth() function in class:BSplitLayout
557 if (!HasHeightForWidth())
595 if (HasHeightForWidth()) {
949 if (item->HasHeightForWidth()) {
980 (fOrientation != B_HORIZONTAL || !HasHeightForWidth())) {
1183 bool heightForWidth = (fOrientation == B_HORIZONTAL && HasHeightForWidth());
1268 if (item->HasHeightForWidth())
H A DSplitLayout.h78 virtual bool HasHeightForWidth();
H A DPopUpMenu.cpp200 = BPopUpMenu::HasHeightForWidth();
H A DPictureButton.cpp436 = BPictureButton::HasHeightForWidth();
H A DLayoutUtils.cpp188 if (view->HasHeightForWidth()) {
H A DCheckBox.cpp420 = BCheckBox::HasHeightForWidth();
H A DRadioButton.cpp428 = BRadioButton::HasHeightForWidth();
H A DControl.cpp495 = BControl::HasHeightForWidth();
H A DStringView.cpp529 = BStringView::HasHeightForWidth();
H A DDragger.cpp475 = BDragger::HasHeightForWidth();
H A DMenuBar.cpp416 = BMenuBar::HasHeightForWidth();
H A DBox.cpp479 = BBox::HasHeightForWidth();
/haiku/headers/os/interface/
H A DCardLayout.h27 virtual bool HasHeightForWidth();
H A DLayoutItem.h45 virtual bool HasHeightForWidth();
H A DTwoDimensionalLayout.h35 virtual bool HasHeightForWidth();
/haiku/src/preferences/printers/
H A DTestPageView.cpp128 virtual bool HasHeightForWidth() { return true; } function in class:RadialLinesView

Completed in 160 milliseconds

12