Searched refs:fLeft (Results 1 - 23 of 23) sorted by relevance

/haiku/src/libs/alm/
H A DColumn.cpp26 return fLeft;
55 fLeft(left),
H A DArea.cpp39 return fLeft;
83 fLeft = left;
85 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
87 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
104 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
106 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
228 fContentAspectRatioC = fLS->AddConstraint(-1.0, fLeft, 1.0, fRight,
231 fContentAspectRatioC->SetLeftSide(-1.0, fLeft, 1.0, fRight, ratio,
264 return layout->InsetForTab(fLeft.Get());
402 string += fLeft
[all...]
H A DRowColumnManager.cpp125 if (column->fLeft.Get() == area->Left()
218 column->fRight, -1, column->fLeft, kEQ, prefSize, weight,
H A DALMLayout.cpp229 fLeft = AddXTab();
236 fLeft->SetRange(0, 0);
251 fLeft(NULL),
937 return fLeft;
1074 err = archiver.AddArchivable(kMyTabsField, fLeft);
1231 fLeft = leftTab;
1253 fLeft->SetRange(0, 0);
1423 if (tab == fLeft.Get())
H A DSharedSolver.cpp247 Variable* corners[] = {layout->fLeft, layout->fTop, layout->fRight,
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp21 fLeft = Bounds().OffsetToCopy(B_ORIGIN);
22 fLeft.right -= Bounds().Width() / 2;
23 fRight = fLeft.OffsetByCopy(fLeft.Width(), 0);
35 rect = fLeft;
44 BRect fLeft; member in class:PulseView
/haiku/src/libs/print/libprint/
H A DValidRect.cpp21 int fLeft; member in class:BoundsCalculator
75 const uchar* row = getRow(fLeft, fTop);
92 const uchar *row = getRow(fLeft, fBottom);
109 for (int x = fLeft; x < fLeftBound; x ++) {
156 fLeft = rect->left;
161 fWidth = fRight - fLeft + 1;
174 fRightBound = fLeft - 1;
176 const uchar *row = getRow(fLeft, fTop);
180 if (fLeft == fLeftBound && fRight == fRightBound) {
H A DMarginView.cpp300 float left = atof(fLeft->Text());
405 fLeft = new BTextControl("left", "Left:", str.String(), NULL);
407 fLeft->SetModificationMessage(new BMessage(LEFT_MARGIN_CHANGED));
408 fLeft->SetTarget(this);
409 _AllowOnlyNumbers(fLeft, kNumCount);
449 settingsLayout->AddItem(fLeft->CreateLabelLayoutItem(), 0, 1);
450 settingsLayout->AddItem(fLeft->CreateTextViewLayoutItem(), 1, 1);
533 float left = atof(fLeft->Text());
596 fLeft->SetText(str.String());
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp387 node->fLeft = node->fRight = NULL;
433 node = node->fLeft;
459 current = current->fLeft;
468 else if (current->fLeft == NULL && current->fRight == NULL) {
472 previous->fLeft = NULL;
473 } else if (current->fLeft != NULL && current->fRight == NULL) {
475 previous->fRight = current->fLeft;
477 previous->fLeft = current->fLeft;
478 } else if (current->fLeft
[all...]
H A DRPCServer.h168 ServerNode* fLeft; member in struct:RPC::ServerNode
/haiku/headers/libs/alm/
H A DColumn.h52 BReference<XTab> fLeft; member in class:BALM::Column
H A DArea.h127 BReference<XTab> fLeft; member in class:BALM::Area
H A DALMLayout.h252 BReference<XTab> fLeft; member in class:BALM::BALMLayout
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp31 fLeft(NULL),
66 fLeft = fLayout2->Left();
91 fLayout2->AddView(fBoom, fLeft, fTop,
145 XTab* fLeft; member in class:FriendWindow
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp179 Term* Left() const { return fLeft; }
203 Term* fLeft; member in class:Operator
897 fLeft(left),
909 delete fLeft;
919 status_t status = fLeft->Match(inode, attribute, type, key, size);
928 if (fRight->Score() > fLeft->Score()) {
929 first = fLeft;
933 second = fLeft;
953 fLeft->Complement();
961 fLeft
[all...]
/haiku/headers/libs/print/libprint/
H A DMarginView.h212 BTextControl* fLeft; member in class:MarginView
/haiku/headers/private/file_systems/
H A DQueryParser.h309 Term<QueryPolicy>* Left() const { return fLeft; }
333 Term<QueryPolicy>* fLeft; member in class:QueryParser::Operator
995 fLeft(left),
1008 delete fLeft;
1019 status_t status = fLeft->Match(entry, node, attribute, type, key,
1029 if (fRight->Score() > fLeft->Score()) {
1030 first = fLeft;
1034 second = fLeft;
1056 fLeft->Complement();
1065 fLeft
[all...]
/haiku/src/apps/deskbar/
H A DBarView.cpp146 fLeft(left),
528 if (fLeft) {
546 statusLoc.x = fLeft ? fBarMenuBar->Frame().right + 1 : 0;
551 fReplicantTray->MoveTo(fLeft ? gDragWidth : 0, kGutter);
571 fLeft ? fBarApp->Settings()->width - gDragWidth : 0, 1);
598 fBarMenuBar->MoveTo(fLeft ? 0 : fDragRegion->Bounds().right + 1,
712 if (!fLeft && (fVertical || fState == kMiniState))
742 settings->left = fLeft;
753 ChangeState(fState, fVertical, fLeft, fTop);
783 bool leftSwap = (fLeft !
[all...]
H A DBarView.h107 bool Left() const { return fLeft; };
206 bool fLeft : 1;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp25 : fLeft(0),
33 : fLeft(left),
42 return fLeft;
62 return fRight - fLeft + 1;
72 fLeft = value;
92 fLeft = left;
100 fRight += left - fLeft;
102 fLeft += left - fLeft;
108 fRight = fLeft
[all...]
H A DRadeon.h326 int fLeft; member in class:CRadeonRect
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h172 FramePart* fLeft; member in class:BackgroundsView
H A DBackgroundsView.cpp91 fLeft = new FramePart(FRAME_LEFT_SIDE);
127 .Add(fLeft, 0, 1)
1161 fLeft->SetDesktop(isDesktop);

Completed in 421 milliseconds