Searched refs:left (Results 201 - 225 of 687) sorted by relevance

1234567891011>>

/haiku/src/apps/stylededit/
H A DStatusView.cpp134 float x = bounds.left;
146 x = bounds.left;
170 float left = fCellWidth[kPositionCell] + fCellWidth[kEncodingCell]; local
171 if (where.x < left)
183 where.x = left;
/haiku/src/kits/tracker/
H A DTitleView.cpp224 frame.right += frame.left;
226 // by the amount the title is scrolled to the left
228 view->SetOrigin(-bounds.left, 0);
247 float maxx = bounds.left;
252 if (titleBounds.left < minx)
253 minx = titleBounds.left;
265 FillRect(BRect(bounds.left, bounds.top + 1, minx - 1, bounds.bottom - 1),
457 edge.left = edge.right - kEdgeSize;
469 bounds.right = bounds.left + fColumn->Width() + kTitleColumnExtraMargin;
507 titleLocation.x = bounds.left
[all...]
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp122 kEQ, frame.left);
526 float deltaToX = round(frameSAT.left - frame.left);
623 debug_printf("left-top corner: ");
627 debug_printf("left-bottom corner: ");
813 SATGroup::AddWindow(SATWindow* window, Tab* left, Tab* top, Tab* right, argument
822 if (left != NULL && top != NULL)
823 leftTopRef = left->FindCrossing(top);
826 if (left != NULL && bottom != NULL)
827 leftBottomRef = left
[all...]
/haiku/src/apps/diskprobe/
H A DDataView.cpp457 if (point.x < bounds.left)
458 point.x = bounds.left;
467 float left = fCharWidth * (kPositionLength + kBlockSpace) + kHorizontalSpace; local
473 if (point.x < left - width / 2)
476 if (point.x > left + hexWidth)
485 left -= width / 2;
488 left += hexWidth + (kBlockSpace * width);
491 int32 column = int32((point.x - left) / width);
507 float left; local
511 left
[all...]
/haiku/src/apps/deskbar/
H A DBarView.cpp132 TBarView::TBarView(BRect frame, bool vertical, bool left, bool top, argument
146 fLeft(left),
272 StrokeLine(BPoint(frame.left, frame.top - 1),
414 bool onScreenEdge = whereScreen.x == screenFrame.left
529 // move replicant tray past dragger width on left
610 // left or right
611 expandoFrame.left = fDragRegion->Frame().left;
621 expandoFrame.left = screenFrame.left
758 ChangeState(int32 state, bool vertical, bool left, bool top, bool async) argument
779 bool left = message->FindBool("left"); local
[all...]
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp133 i, fRects[i].left, fRects[i].top, fRects[i].right, fRects[i].bottom);
173 uint8 * p = fFrameBuffer + ( y * fBytesPerRow ) + fRects[i].left * 4;
174 for (x = fRects[i].left; x <= fRects[i].right; x++) {
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp38 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin,
60 printerBounds.left = B_V_SCROLL_BAR_WIDTH + printerBounds.right + kHorizontalSpace;
68 detailBounds.left = B_V_SCROLL_BAR_WIDTH + detailBounds.right + kHorizontalSpace;
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp47 fFrame.left = float((int32)fFrame.left);
284 point->x += fFrame.left - fScrollingOffset.x;
293 rect->OffsetBy(fFrame.left - fScrollingOffset.x,
302 region->OffsetBy(fFrame.left - fScrollingOffset.x,
311 point->x += fScrollingOffset.x - fFrame.left;
320 rect->OffsetBy(fScrollingOffset.x - fFrame.left,
329 region->OffsetBy(fScrollingOffset.x - fFrame.left,
530 // follow with left side
532 newFrame.left
[all...]
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp56 BRect iconFrame(frame.left + be_control_look->DefaultLabelSpacing(),
58 frame.left + iconSize - 1 + be_control_look->DefaultLabelSpacing(),
172 frame.left + be_control_look->DefaultLabelSpacing() + textOffset,
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.cpp24 put_utf8_byte(char*& to, size_t& left, char c) argument
26 if (left <= 1)
30 left--;
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp45 if (screenFrame.right < frame.right || screenFrame.left > frame.left
50 MoveTo(frame.left, frame.top);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp72 rect.left = rect.right - kDefaultButtonWidth;
76 rect.right = rect.left - 10;
77 rect.left = rect.right - kDefaultButtonWidth;
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollable.cpp163 float maxX = max_c(dataRect.left, dataRect.right - fVisibleWidth);
166 if (offset.x < dataRect.left)
167 offset.x = dataRect.left;
/haiku/src/servers/app/
H A DLayer.cpp128 layerEngine->SetRendererOffset(boundingBox.left, boundingBox.top);
206 boundingBox.left = floorf(boundingBox.left);
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp83 middle.x = (b.left + b.right - StringWidth(message1)) / 2.0;
87 middle.x = (b.left + b.right - StringWidth(message2)) / 2.0;
91 middle.x = (b.left + b.right - StringWidth(message3)) / 2.0;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp89 fXOffsetFromCorner = origin.x - box.left;
91 fOldWidth = box.left - box.right;
99 fOldWidth = box.right - box.left;
101 origin.x = box.left;
105 fXOffsetFromCorner = origin.x - box.left;
107 fOldWidth = box.left - box.right;
115 fOldWidth = box.right - box.left;
117 origin.x = box.left;
311 fOffsetFromSide = origin.x - box.left;
312 fOldSideDist = box.left
[all...]
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp157 rect.left, rect.top, rect.right, rect.bottom));
334 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
359 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
366 BPoint(fTitleBarRect.left + 2,
373 // left
379 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
380 BPoint(r.left + i, r.bottom - i), colors[i]);
389 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
418 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
426 BPoint(fTitleBarRect.left
[all...]
/haiku/src/kits/interface/
H A DSplitView.cpp42 BSplitView::SetInsets(float left, float top, float right, float bottom) argument
44 left = BControlLook::ComposeSpacing(left);
49 fSplitLayout->SetInsets(left, top, right, bottom);
71 BSplitView::GetInsets(float* left, float* top, float* right, argument
74 fSplitLayout->GetInsets(left, top, right, bottom);
H A DScrollBar.cpp60 // arrows and ARROW2 and ARROW3 refer to the inner ones. ARROW1 points left/up
418 BRect buttonFrame(rect.left, rect.top,
419 rect.left + rect.Height(), rect.bottom);
443 thumbBG.left += rect.Height() * 2 + 2;
446 thumbBG.left += rect.Height() + 1;
457 BRect buttonFrame(rect.left, rect.top, rect.right,
474 buttonFrame.OffsetTo(rect.left, rect.bottom
489 buttonFrame.OffsetTo(rect.left, rect.bottom - rect.Width());
500 BRect leftOfThumb(thumbBG.left, thumbBG.top,
501 rect.left
[all...]
H A DColumnListView.cpp1128 view->MoveTo(viewRect.left, viewRect.top);
1215 float left = MAX(kLeftMargin, LatchWidth()); local
1221 float right = left + column->Width();
1222 if (point.x >= left && point.x <= right)
1225 left = right + 1;
1641 return BPoint(rect.left + 8, baseline);
1658 rect.left = leftEdge;
1659 rect.right = rect.left + column->Width();
1700 float left = rect.left local
[all...]
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp292 // up and left
298 _OffscreenBounceBack(&tryRect, &primaryDirection, left);
385 case left:
414 double aSum = fabs(goalRect.left - a.left) + fabs(goalRect.top - a.top);
415 double bSum = fabs(goalRect.left - b.left) + fabs(goalRect.top - b.top);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp217 int left = 0; local
220 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest);
222 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
225 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address);
227 left++;
241 left++;
/haiku/src/apps/pulse/
H A DConfigView.cpp101 rect.left = fActiveButton->Frame().right + 5.0f;
107 rect.left = fIdleButton->Frame().right + 5.0f;
122 rect.left = fActiveButton->Frame().right + 5.0f;
128 rect.left = fIdleButton->Frame().right + 5.0f;
134 rect.left = fColorControl->Frame().left;
/haiku/headers/libs/agg/
H A Dagg_simul_eq.h81 static bool solve(const double left[Size][Size], argument
94 tmp[i][j] = left[i][j];
/haiku/src/add-ons/accelerants/neomagic/
H A DAcceleration.c88 list[i].left,
109 list[i].left,

Completed in 140 milliseconds

1234567891011>>