Searched refs:left (Results 301 - 325 of 687) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/file_systems/
H A DQueryParser.h305 Operator(Term<QueryPolicy>* left, int8 op,
991 Operator<QueryPolicy>::Operator(Term<QueryPolicy>* left, int8 op,
995 fLeft(left),
998 if (left)
999 left->SetParent(this);
1245 Term<QueryPolicy>* left = ParseEquation(expr);
1246 if (left == NULL)
1254 || (newParent = new(std::nothrow) Operator<QueryPolicy>(left,
1256 delete left;
1261 left
[all...]
/haiku/src/libs/print/libprint/
H A DPreview.cpp114 return BRect(rect.top, rect.left, rect.bottom, rect.right);
121 rect.left /= factor;
661 x = r.left + kShadowIndent;
735 FillRect(BRect(paperRect.left, paperRect.top, printRect.left
737 FillRect(BRect(paperRect.left, paperRect.top, paperRect.right
741 FillRect(BRect(paperRect.left, printRect.bottom, paperRect.right
749 StrokeLine(BPoint(printRect.left, paperRect.top),
750 BPoint(printRect.left, paperRect.bottom), B_MIXED_COLORS);
753 StrokeLine(BPoint(paperRect.left, printRec
[all...]
H A DValidRect.cpp156 fLeft = rect->left;
172 // calculate left and right bounds
187 rect->left = fLeftBound;
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp39 int x = list->left;
95 int x = list->left;
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_draw.cpp31 int x = pList->left;
102 int x = pList->left;
H A Dtrio64_draw.cpp31 int x = pList->left;
93 int x = pList->left;
H A Dvirge_draw.cpp37 int x = pList->left;
101 int x = pList->left;
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp100 if (point.x <= screenFrame.left && fLastPoint.x > screenFrame.left)
/haiku/src/libs/glut/
H A DglutGet.cpp41 return (int)gState.currentWindow->Frame().left;
43 return (int)gState.currentWindow->Window()->Frame().left;
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp175 vBorder = windowFrame.left;
199 vBorder = windowFrame.left;
425 && freeArea.right - kMaxMatchingDistance > frame.left)
430 && freeArea.left + kMaxMatchingDistance < frame.right)
435 && freeArea.right - kMaxMatchingDistance > frame.left)
440 && freeArea.left + kMaxMatchingDistance < frame.right)
454 float left = fFreeAreaLeft ? fFreeAreaLeft->Position() : -kBigValue; local
458 return BRect(left, top, right, bottom);
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp44 rect.right = rect.left + bounds.Width() / 2;
49 rect.left = rect.right + 1;
/haiku/src/kits/interface/
H A DLayoutItem.cpp136 frame.left += (int)((frame.Width() - maxSize.width)
138 frame.right = frame.left + maxSize.width;
H A DStatusBar.cpp319 float width = max_c(0.0, fTextDivider - rect.left);
335 DrawString(leftText.String(), BPoint(rect.left, baseLine));
539 update.left = floorf(max_c(oldPosition - 1, update.left));
542 update.left = floorf(max_c(newPosition - 1, update.left));
762 // where the left side string changes because of truncation and
793 return barFrame.left - 1;
795 return roundf(barFrame.left - 1
/haiku/src/apps/patchbay/
H A DPatchRow.cpp108 rect.left = numColumns * COLUMN_WIDTH + METER_PADDING + kBoxOffset.x;
110 rect.right = rect.left + 20;
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp85 rect.left, rect.top, rect.right, rect.bottom);
89 rect.left, rect.top, rect.right, rect.bottom);
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp77 ++rect.left;
88 ++rect.left;
/haiku/src/apps/pulse/
H A DPulseWindow.cpp136 MoveTo(pulseapp->fPrefs->normal_window_rect.left,
157 MoveTo(pulseapp->fPrefs->mini_window_rect.left,
/haiku/src/apps/terminal/
H A DColorListView.cpp77 ++rect.left;
88 ++rect.left;
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp77 BPoint dataRectCenter((dataRect.left + dataRect.right) / 2,
79 BPoint boundsCenter((bounds.left + bounds.right) / 2,
349 r->left = r->left * fZoomLevel + fCanvasOrigin.x;
363 r->left = (r->left - fCanvasOrigin.x) / fZoomLevel;
469 view->StrokeLine(BPoint(canvas.left, cross.y),
617 anchor.x = (bounds.left + bounds.right + 1) / 2.0;
/haiku/src/apps/launchbox/
H A DPadView.cpp71 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), light);
72 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), light);
74 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), shadow);
96 r.left += 5.0;
248 if (where.x == frame.left || where.x == frame.right
253 // left or right border
256 if (position.x < 0.5 && where.x == frame.left)
263 if (where.x >= windowFrame.left && where.x <= windowFrame.right) {
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp97 float x = bounds.left;
109 x = bounds.left;
/haiku/src/preferences/screen/
H A DMonitorView.cpp98 BPoint powerPos(outerRect.left + 5, outerRect.bottom - 2);
120 DrawString(text, BPoint(innerRect.left + (innerRect.Width() - width) / 2,
/haiku/headers/cpp/
H A Dparsestream.h91 char *left() const { return base(); } function in class:string_parsebuf
/haiku/src/add-ons/input_server/methods/pen/compat/
H A DStringIO.cpp86 BStringIO & BStringIO::operator<<(const BRect & r) {BString s; s << "Rect{" << r.left << r.top << r.right << r.bottom << "}"; this->BPositionIO::Write(s.String(), s.Length()); return *this;};
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp45 int left, top; member in struct:__anon2577::__anon2579
49 int left, top; member in struct:__anon2577::__anon2580
475 kTiming[standard].active.left,
477 kTiming[standard].active.left + kTiming[standard].active.width - 1,

Completed in 237 milliseconds

<<11121314151617181920>>