Searched defs:StrokePolygon (Results 1 – 5 of 5) sorted by relevance
/haiku/src/kits/print/ |
H A D | Template.cpp | 84 void Template::StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { in StrokePolygon() function in Template
|
H A D | PicturePrinter.cpp | 166 void PicturePrinter::StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { in StrokePolygon() function in PicturePrinter
|
/haiku/headers/private/print/ |
H A D | PictureIterator.h | 57 virtual void StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { } in StrokePolygon() function
|
/haiku/src/tests/servers/app/painter/ |
H A D | Painter.cpp | 419 Painter::StrokePolygon(const BPoint* ptArray, int32 numPts, in StrokePolygon() function in Painter
|
/haiku/src/kits/interface/ |
H A D | View.cpp | 3551 BView::StrokePolygon(const BPolygon* polygon, bool closed, ::pattern pattern) in StrokePolygon() function in BView 3562 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, bool closed, in StrokePolygon() function in BView 3573 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, BRect bounds, in StrokePolygon() function in BView
|