Searched refs:StrokeLine (Results 101 - 125 of 134) sorted by relevance

123456

/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp444 StrokeLine(BPoint(viewRect.left, viewRect.bottom + 1),
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp129 fDrawingEngine->StrokeLine(fLastMousePos, where, (rgb_color){ 0, 0, 0, 255 });
H A DViewLayer.cpp655 drawingEngine->StrokeLine(b.LeftTop(), b.RightBottom(), fViewColor);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp242 StrokeLine(r.RightTop(), r.RightBottom(), B_SOLID_HIGH);
/haiku/src/kits/print/
H A DPicturePrinter.cpp111 void PicturePrinter::StrokeLine(BPoint start, BPoint end) { function in class:PicturePrinter
112 Indent(); Print("StrokeLine"); Print(&start); Print(&end); Cr();
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h109 void StrokeLine(BPoint a, BPoint b);
/haiku/src/kits/interface/
H A DColumnListView.cpp1722 view->StrokeLine(
1731 view->StrokeLine(
1736 view->StrokeLine(
1746 view->StrokeLine(
1751 view->StrokeLine(
1968 StrokeLine(BPoint(rect.left, rect.bottom),
1970 StrokeLine(BPoint(rect.left + 1, rect.top),
2681 view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
2694 view->StrokeLine(rect.RightTop(), rect.RightBottom());
H A DColorControl.cpp453 target->StrokeLine(BPoint(x, fPaletteFrame.top),
458 target->StrokeLine(BPoint(fPaletteFrame.left, y),
H A DBox.cpp694 StrokeLine(rect.LeftTop(),rect.RightBottom());
H A DMenuItem.cpp448 fSuper->StrokeLine(lineStart, lineEnd);
H A DSlider.cpp958 OffscreenView()->StrokeLine(BPoint(frame.left, frame.bottom + 2.0f),
961 OffscreenView()->StrokeLine(BPoint(frame.left - 2.0f, frame.top),
H A DAbstractSpinner.cpp432 StrokeLine(BPoint(rect.left, rect.top + halfHeight),
436 StrokeLine(BPoint(rect.left + halfWidth, rect.top + 1),
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp36 view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
47 view->StrokeLine(frame.RightTop(), frame.RightBottom());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp114 StrokeLine(r.LeftBottom(), r.LeftTop(), B_SOLID_LOW);
115 StrokeLine(r.LeftTop(), r.RightTop(), B_SOLID_LOW);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp70 StrokeLine(B_ORIGIN, rightBottom);
71 StrokeLine(BPoint(rightBottom.x, 0), BPoint(0, rightBottom.y));
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp168 StrokeLine(BPoint(divider, rect.top),
178 StrokeLine(BPoint(divider, rect.top),
/haiku/src/kits/tracker/
H A DPose.cpp844 view->StrokeLine(BPoint(where.x + size, where.y + size - yOffset));
845 view->StrokeLine(BPoint(where.x + size - barWidth + 1,
H A DTextWidget.cpp730 drawView->StrokeLine(textRect.LeftBottom(), textRect.RightBottom(),
/haiku/headers/os/interface/
H A DView.h345 void StrokeLine(BPoint toPoint,
347 void StrokeLine(BPoint start, BPoint end,
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp364 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/src/apps/sudoku/
H A DSudokuView.cpp821 StrokeLine(BPoint(width, 0), BPoint(width, Bounds().Height()));
833 StrokeLine(BPoint(0, height), BPoint(Bounds().Width(), height));
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp984 view->StrokeLine(BPoint(where.x + size, where.y + size - yOffset));
985 view->StrokeLine(BPoint(where.x + size - barWidth + 1,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp555 RemoteDrawingEngine::StrokeLine(const BPoint& start, const BPoint& end, function in class:RemoteDrawingEngine
813 RemoteDrawingEngine::StrokeLine(const BPoint &start, const BPoint &end) function in class:RemoteDrawingEngine
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1039 StrokeLine(from, to);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp852 StrokeLine(Bounds().RightTop(), Bounds().RightBottom());

Completed in 294 milliseconds

123456