Searched refs:StrokePolygon (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/print/libprint/
H A DPagesView.cpp101 StrokePolygon(page, 5);
/haiku/headers/private/print/
H A DTemplate.h51 virtual void StrokePolygon(int32 numPoints, BPoint *points, bool isClosed);
H A DPictureIterator.h57 virtual void StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { } function in class:PictureIterator
H A DPicturePrinter.h56 virtual void StrokePolygon(int32 numPoints, BPoint *points, bool isClosed);
/haiku/src/kits/print/
H A DTemplate.cpp84 void Template::StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { function in class:Template
H A DPictureIterator.cpp47 static void _StrokePolygon(void *p, int32 numPoints, BPoint *points, bool isClosed) { return ((PictureIterator *) p)->StrokePolygon(numPoints, points, isClosed); }
107 (void *)_StrokePolygon, // 13 StrokePolygon(void *user, int32 numPoints, BPoint *points, bool isClosed)
H A DPicturePrinter.cpp166 void PicturePrinter::StrokePolygon(int32 numPoints, BPoint *points, bool isClosed) { function in class:PicturePrinter
167 Indent(); Print("StrokePolygon");
/haiku/src/tests/servers/app/painter/
H A DPainter.h92 void StrokePolygon( const BPoint* ptArray,
H A DPainter.cpp417 // StrokePolygon
419 Painter::StrokePolygon(const BPoint* ptArray, int32 numPts, function in class:Painter
/haiku/headers/os/interface/
H A DView.h354 void StrokePolygon(const BPolygon* polygon,
357 void StrokePolygon(const BPoint* pointArray,
360 void StrokePolygon(const BPoint* pointArray,
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp420 fOffscreenView->StrokePolygon(pointList, 4);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp907 offscreen->StrokePolygon(points, numPoints, bounds, closed,
/haiku/src/kits/interface/
H A DView.cpp3551 BView::StrokePolygon(const BPolygon* polygon, bool closed, ::pattern pattern) function in class:BView
3556 StrokePolygon(polygon->fPoints, polygon->fCount, polygon->Frame(), closed,
3562 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, bool closed, function in class:BView
3567 StrokePolygon(polygon.fPoints, polygon.fCount, polygon.Frame(), closed,
3573 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, BRect bounds, function in class:BView
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp204 view->StrokePolygon(points, 4);
1115 { "Test StrokePolygon", testStrokePolygon },
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7223 StrokePolygon (&UpLinePolygon);
7248 StrokePolygon (&UpPagePolygon);
7274 StrokePolygon (&DownPagePolygon);
7300 StrokePolygon (&DownLinePolygon);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp554 view->StrokePolygon(points, 7);

Completed in 227 milliseconds