Searched refs:Right (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/libs/alm/
H A DColumn.cpp34 Column::Right() const function in class:Column
H A DALMLayoutBuilder.cpp169 XTab* left = currentArea->Right();
190 right = currentArea->Right();
208 right = currentArea->Right();
241 XTab* left = currentArea->Right();
262 right = currentArea->Right();
280 right = currentArea->Right();
H A DSharedSolver.cpp41 solver->SetMinSize(layout, BSize(ceilf(layout->Right()->Value()),
61 solver->SetMaxSize(layout, BSize(floorf(layout->Right()->Value()),
77 float width = layout->Right()->Value() - layout->Left()->Value();
196 layout->Right()->SetRange(size.width, size.width);
494 layout->Right()->SetRange(0, 20000);
497 variables.AddItem(layout->Right());
H A DALMGroup.cpp75 right = layout->Right();
H A DRowColumnManager.cpp51 column = new Column(fLinearSpec, area->Left(), area->Right());
126 && column->fRight.Get() == area->Right())
H A DArea.cpp49 Area::Right() const function in class:Area
425 -factor, area->Right(), kEQ, 0.0);
560 _Init(ls, column->Left(), row->Top(), column->Right(),
H A DALMLayout.cpp703 return area->Right();
713 return area->Right();
845 left = area->Right();
945 BALMLayout::Right() const function in class:BALMLayout
1118 archiver.AddArchivable(kTabsField, area->Right());
/haiku/src/tests/libs/alm/
H A DAreas.cpp33 layout->Right(), y1);
38 layout->AddView(button2, layout->Left(), y1, layout->Right(), y2);
41 Area* a3 = layout->AddView(button3, layout->Left(), y2, layout->Right(),
47 layout->AddView(button4, layout->Left(), y3, layout->Right(),
H A DViews.cpp68 .AddToRight(button5, layout->Right())
73 .AddToRight(BSpaceLayoutItem::CreateGlue(), layout->Right())
74 .AddBelow(statusBar, NULL, layout->Left(), layout->Right());
82 .AddToRight(BSpaceLayoutItem::CreateGlue(), layout->Right());
H A DBadLayout.cpp48 fLayout->Right(), fLayout->Bottom());
57 fLayout->Right(), fLayout->Bottom());
H A DNestedLayout.cpp37 fLayout->Right(), fLayout->Bottom());
H A DComplexButtons.cpp64 .AddToRight(button3, fLayout->Right())
67 .AddToRight(button5, fLayout->Right());
H A DTableDemo.cpp29 Column* c1 = layout->AddColumn(layout->Left(), layout->Right());
H A DThreeButtons.cpp43 .Add(button1, fLayout->Left(), fLayout->Top(), fLayout->Right())
H A DFriendLayout.cpp55 .AddToRight(button3, layout1->Right());
63 .AddBelow(button5, NULL, xTabs[1], fLayout2->Right())
H A DHelloWorld.cpp42 fLayout->Right(), fLayout->Bottom());
H A DPinwheel.cpp50 .AddToRight(button2, layout->Right(), NULL, yTabs[1])
68 layout->AddView(button2, x2, layout->Top(), layout->Right(), y2);
69 layout->AddView(button3, x1, y2, layout->Right(),
/haiku/headers/libs/alm/
H A DColumn.h42 XTab* Right() const;
H A DArea.h56 XTab* Right() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c373 char c, *Left, *Right; local
436 Right = FullPath+Length - 1;
438 while (Left < Right)
441 *Left++ = *Right;
442 *Right-- = c;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.h36 TreePointer Right() function in class:LongBlock
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp227 .AddToRight(fCountView, layout->Right())
229 layout->Right());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp180 Term* Right() const { return fRight; } function in class:Operator
647 Term* other = parent->Right();
1288 stack.Push(op->Right());
1292 if (op->Right()->Score() > op->Left()->Score())
1293 stack.Push(op->Right());
/haiku/headers/private/file_systems/
H A DQueryParser.h310 Term<QueryPolicy>* Right() const { return fRight; } function in class:QueryParser::Operator
940 Term<QueryPolicy>* other = parent->Right();
1411 stack.Push(op->Right());
1415 if (op->Right()->Score() > op->Left()->Score())
1416 stack.Push(op->Right());
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h303 int Right() const;

Completed in 200 milliseconds

12