Searched refs:LeftBottom (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp503 fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
511 fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
547 gradient.SetEnd(tabRect.LeftBottom());
/haiku/src/kits/tracker/
H A DTitleView.cpp238 view->StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
684 poseViewBounds.LeftBottom());
698 poseViewBounds.LeftBottom());
H A DStatusWindow.cpp650 BPoint tp = fStatusBar->Frame().LeftBottom();
680 BPoint textPoint = fStatusBar->Frame().LeftBottom();
H A DTextWidget.cpp729 drawView->StrokeLine(textRect.LeftBottom(), textRect.RightBottom(),
H A DUtilities.cpp1312 AddLine(bounds.LeftTop(), bounds.LeftBottom(), hiliteColor);
1314 bounds.LeftBottom() + BPoint(1, 0), kWhite);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp283 float rulerStart = fFrame.LeftBottom().*pointField;
/haiku/src/servers/notification/
H A DNotificationWindow.cpp364 location = BScreen().Frame().LeftBottom();
H A DNotificationView.cpp335 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp137 b.LeftTop(), b.LeftBottom());
141 b.LeftBottom(), b.RightBottom());
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp364 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp110 owner->StrokeLine(markRect.LeftBottom(), markRect.RightTop());
H A DStyleListView.cpp116 owner->StrokeLine(markRect.LeftBottom(), markRect.RightTop());
/haiku/src/apps/drivesetup/
H A DDiskView.cpp215 textOffset = b.LeftBottom();
/haiku/src/apps/diskprobe/
H A DDataView.cpp611 AddLine(rect.LeftTop(), rect.LeftBottom(), color);
620 AddLine(firstLine.LeftTop(), firstLine.LeftBottom(), color);
/haiku/src/kits/interface/
H A DMenu.cpp2312 p1 = navAreaRectAbove.LeftBottom();
2324 p2 = navAreaRectBelow.LeftBottom();
2777 point = superItem->Frame().LeftBottom() + BPoint(1.0f, 1.0f);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1368 AddLine(box.LeftBottom(), BPoint(center - kWedge, box.bottom),
1372 AddLine(box.LeftBottom() + BPoint(1, 1),
1377 AddLine(box.LeftTop(), box.LeftBottom(), veryDarkGray);
H A DBarView.cpp265 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
H A DStatusView.cpp1429 AddLine(BPoint(frame.left, frame.top + 1), frame.LeftBottom(), hilite);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp36 view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp114 StrokeLine(r.LeftBottom(), r.LeftTop(), B_SOLID_LOW);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp109 transformedShape[1] = rect.LeftBottom();
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp277 gradient.SetEnd(fill.LeftBottom());
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp1007 view->StrokeLine(frame.LeftBottom(), frame.RightTop());
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp901 StrokeLine(Bounds().LeftBottom(), Bounds().RightBottom());
/haiku/src/apps/terminal/
H A DTermWindow.cpp1953 fTabView->TabFrame(index).LeftBottom() + BPoint(0, 1));

Completed in 292 milliseconds

1234