Searched refs:Bottom (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/libs/alm/
H A DRow.cpp34 Row::Bottom() const function in class:Row
H A DALMLayoutBuilder.cpp158 bottom = currentArea->Bottom();
176 bottom = currentArea->Bottom();
209 YTab* top = currentArea->Bottom();
230 bottom = currentArea->Bottom();
248 bottom = currentArea->Bottom();
281 YTab* top = currentArea->Bottom();
H A DSharedSolver.cpp42 ceilf(layout->Bottom()->Value())));
62 floorf(layout->Bottom()->Value())));
78 float height = layout->Bottom()->Value() - layout->Top()->Value();
197 layout->Bottom()->SetRange(size.height, size.height);
495 layout->Bottom()->SetRange(0, 20000);
498 variables.AddItem(layout->Bottom());
H A DALMGroup.cpp77 bottom = layout->Bottom();
H A DRowColumnManager.cpp43 row = new Row(fLinearSpec, area->Top(), area->Bottom());
113 && row->fBottom.Get() == area->Bottom())
H A DArea.cpp69 Area::Bottom() const function in class:Area
440 -factor, area->Bottom(), kEQ, 0.0);
561 row->Bottom(), manager);
H A DALMLayout.cpp743 return area->Bottom();
753 return area->Bottom();
965 BALMLayout::Bottom() const function in class:BALMLayout
1120 archiver.AddArchivable(kTabsField, area->Bottom());
/haiku/src/tests/libs/alm/
H A DTableDemo.cpp31 Row* r2 = layout->AddRow(r1->Bottom(), NULL);
32 Row* r3 = layout->AddRow(r2->Bottom(), layout->Bottom());
H A DBadLayout.cpp48 fLayout->Right(), fLayout->Bottom());
57 fLayout->Right(), fLayout->Bottom());
H A DNestedLayout.cpp37 fLayout->Right(), fLayout->Bottom());
H A DViews.cpp79 .AddBelow(menu2, layout->Bottom(), layout->Left(),
85 layout->Bottom(), OperatorType(kEQ), 0);
H A DThreeButtons.cpp46 .AddBelow(button3, fLayout->Bottom());
H A DFriendLayout.cpp52 xTabs[0], layout1->Bottom())
64 .AddBelow(button6, fLayout2->Bottom(), xTabs[0]);
H A DAreas.cpp48 layout->Bottom());
H A DComplexButtons.cpp65 .AddBelow(button4, fLayout->Bottom(), fLayout->Left(),
H A DHelloWorld.cpp42 fLayout->Right(), fLayout->Bottom());
H A DPinwheel.cpp51 .AddBelow(button3, layout->Bottom(), xTabs[0])
70 layout->Bottom());
71 layout->AddView(button4, layout->Left(), y1, x1, layout->Bottom());
/haiku/headers/os/interface/
H A DListItem.h70 inline float Bottom() const;
95 BListItem::Bottom(void) const function in class:BListItem
/haiku/headers/libs/alm/
H A DRow.h42 YTab* Bottom() const;
H A DArea.h58 YTab* Bottom() const;
H A DALMLayout.h103 YTab* Bottom() const;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp164 ((fClip.Bottom() << 16) & C_RADEON_CAP0_V_END));
175 ((fVBIClip.Bottom() << 16) & C_RADEON_CAP0_VBI_V_END));
H A DRadeon.h305 int Bottom() const;
/haiku/src/kits/interface/
H A DListView.cpp603 scrollOffset.y = std::min(item->Bottom() - Bounds().Height(),
816 *_height = ItemAt(count - 1)->Bottom();
898 item->SetTop((index > 0) ? ItemAt(index - 1)->Bottom() + 1.0 : 0.0);
923 item->SetTop((index > 0) ? ItemAt(index - 1)->Bottom() + 1.0 : 0.0);
954 ItemAt(i)->SetTop((i > 0) ? ItemAt(i - 1)->Bottom() + 1.0 : 0.0);
1135 frameBottom = ItemAt(mid)->Bottom();
1455 frame.bottom = item->Bottom();
1634 itemHeight = ItemAt(CountItems() - 1)->Bottom();
1697 ItemAt(i)->SetTop((i > 0) ? ItemAt(i - 1)->Bottom() + 1.0 : 0.0);
2109 float top = (start == 0) ? 0.0 : ItemAt(start - 1)->Bottom()
[all...]
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp228 .AddBelow(scrollView, layout->Bottom(), layout->Left(),

Completed in 96 milliseconds

12