Searched refs:RightTop (Results 51 - 69 of 69) sorted by relevance

123

/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/servers/notification/
H A DNotificationView.cpp335 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
/haiku/src/kits/tracker/
H A DUtilities.cpp1316 AddLine(bounds.LeftTop(), bounds.RightTop(), hiliteColor);
1318 bounds.RightTop() + BPoint(0, 1), kWhite);
H A DTitleView.cpp559 view->StrokeLine(bounds.RightTop(), bounds.RightBottom());
H A DPoseView.cpp3331 || bounds.Contains(poseRect.RightTop())) {
/haiku/src/kits/interface/
H A DMenu.cpp2313 p2 = navAreaRectAbove.RightTop();
2323 p1 = navAreaRectBelow.RightTop();
2775 point = superItem->Frame().RightTop() + BPoint(1.0f, 1.0f);
H A DColumnListView.cpp2694 view->StrokeLine(rect.RightTop(), rect.RightBottom());
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1366 AddLine(BPoint(center + kWedge, box.top), box.RightTop(), veryDarkGray);
1378 AddLine(box.RightTop(), box.RightBottom(), veryDarkGray);
1379 AddLine(box.RightTop() + BPoint(1, 1), box.RightBottom() + BPoint(1, 1),
H A DStatusView.cpp1420 AddLine(frame.LeftTop(), frame.RightTop(), dark);
1428 AddLine(frame.LeftTop(), frame.RightTop(), hilite);
H A DBarView.cpp267 StrokeLine(bounds.LeftTop(), bounds.RightTop());
H A DExpandoMenuBar.cpp852 StrokeLine(Bounds().RightTop(), Bounds().RightBottom());
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp47 view->StrokeLine(frame.RightTop(), frame.RightBottom());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp115 StrokeLine(r.LeftTop(), r.RightTop(), B_SOLID_LOW);
H A DListViews.cpp780 StrokeLine(fDropRect.LeftTop(), fDropRect.RightTop());
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp110 transformedShape[2] = rect.RightTop();
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp1007 view->StrokeLine(frame.LeftBottom(), frame.RightTop());
/haiku/src/apps/diskprobe/
H A DDataView.cpp588 AddLine(BPoint(firstLine.left + 1, firstLine.top), firstLine.RightTop(), color);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp313 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());

Completed in 372 milliseconds

123