Home
last modified time | relevance | path

Searched refs:StrokeTriangle (Results 1 – 13 of 13) sorted by relevance

/haiku/src/tests/servers/app/painter/
H A DPainter.h81 void StrokeTriangle( BPoint pt1,
H A DPainter.cpp405 Painter::StrokeTriangle(BPoint pt1, BPoint pt2, BPoint pt3, const pattern& p) const in StrokeTriangle() function in Painter
/haiku/docs/develop/servers/app_server/
H A DDisplayDriver.rst100 void StrokeTriangle(BPoints \*pts, BRect r, layerdata \*d, int8 \*pattern)
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h117 BRect StrokeTriangle(BPoint pt1, BPoint pt2,
H A DPainter.cpp646 Painter::StrokeTriangle(BPoint pt1, BPoint pt2, BPoint pt3) const in StrokeTriangle() function in Painter
/haiku/headers/os/interface/
H A DView.h380 void StrokeTriangle(BPoint point1, BPoint point2,
383 void StrokeTriangle(BPoint point1, BPoint point2,
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp395 StrokeTriangle(markerPos, markerPos + leftBottom, in Draw()
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp761 view->StrokeTriangle(rect.LeftTop() + BPoint(4, 6), in DrawArrowShape()
773 view->StrokeTriangle(rect.LeftTop() + BPoint(4, 2), in DrawArrowShape()
784 view->StrokeTriangle(rect.LeftTop() + BPoint(6, 4), in DrawArrowShape()
795 view->StrokeTriangle(rect.LeftTop() + BPoint(2, 4), in DrawArrowShape()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1056 offscreen->StrokeTriangle(points[0], points[1], points[2], in _DrawThread()
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1247 fPainter->StrokeTriangle(pts[0], pts[1], pts[2]); in DrawTriangle()
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp471 view->StrokeTriangle(points[0], points[1], points[2]); in testStrokeTriangle()
/haiku/src/kits/interface/
H A DView.cpp3855 BView::StrokeTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, in StrokeTriangle() function in BView
3876 BView::StrokeTriangle(BPoint point1, BPoint point2, BPoint point3, in StrokeTriangle() function in BView
3910 StrokeTriangle(point1, point2, point3, bounds, pattern); in StrokeTriangle()
/haiku/docs/user/interface/
H A DView.dox3680 \fn void BView::StrokeTriangle(BPoint point1, BPoint point2, BPoint point3,
3699 \fn void BView::StrokeTriangle(BPoint point1, BPoint point2, BPoint point3,