Searched refs:BPolygon (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/os/interface/
H A DPolygon.h16 class BPolygon { class
18 BPolygon(const BPoint* points, int32 count);
19 BPolygon(const BPolygon& other);
20 BPolygon(const BPolygon* other);
21 BPolygon();
22 virtual ~BPolygon();
24 BPolygon& operator=(const BPolygon
[all...]
H A DView.h133 class BPolygon;
354 void StrokePolygon(const BPolygon* polygon,
364 void FillPolygon(const BPolygon* polygon,
372 void FillPolygon(const BPolygon* polygon,
/haiku/src/kits/interface/
H A DPolygon.cpp25 BPolygon::BPolygon(const BPoint* points, int32 count) function in class:BPolygon
35 BPolygon::BPolygon(const BPolygon& other) function in class:BPolygon
45 BPolygon::BPolygon(const BPolygon* other) function in class:BPolygon
55 BPolygon::BPolygon() function in class:BPolygon
[all...]
H A DView.cpp3551 BView::StrokePolygon(const BPolygon* polygon, bool closed, ::pattern pattern)
3565 BPolygon polygon(pointArray, numPoints);
3584 BPolygon polygon(pointArray, numPoints);
3603 BView::FillPolygon(const BPolygon* polygon, ::pattern pattern)
3629 BView::FillPolygon(const BPolygon* polygon, const BGradient& gradient)
3660 BPolygon polygon(pointArray, numPoints);
3672 BPolygon polygon(pointArray, numPoints);
3684 BPolygon polygon(pointArray, numPoints);
3698 BPolygon polygon(pointArray, numPoints);
/haiku/src/tests/kits/interface/bpolygon/
H A DCreatePolygonTest.h5 creation of BPolygon objects through a few different methods.
17 class BPolygon;
26 void polygonMatches(BPolygon *, const BPoint *, int numPoints, BRect);
H A DMapPolygonTest.h5 mapping of BPolygon objects.
17 class BPolygon;
26 void polygonMatches(BPolygon *, const BPoint *, int numPoints, BRect);
H A DCreatePolygonTest.cpp57 void CreatePolygonTest::polygonMatches(BPolygon *srcPoly, const BPoint *pointArray,
73 * Descr: This member function tests the creation of BPolygon's.
106 BPolygon testPoly1(pointArray, numPoints);
109 BPolygon testPoly2(&testPoly1);
112 BPolygon testPoly3;
116 BPolygon testPoly4;
121 BPolygon testPoly5(pointArray, 3);
138 return(new CreatePolygonTestCaller("BPolygon::Create Polygon Test", &CreatePolygonTest::PerformTest));
H A DMapPolygonTest.cpp50 void MapPolygonTest::polygonMatches(BPolygon *srcPoly, const BPoint *pointArray,
66 * Descr: This member function tests the creation of BPolygon's.
98 BPolygon testPoly1(pointArray, numPoints);
116 return(new MapPolygonTestCaller("BPolygon::Map Polygon Test", &MapPolygonTest::PerformTest));
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h46 BPolygon fStripe;
H A DZipOMaticActivity.cpp206 fStripe = BPolygon(stripePoints, 4);
/haiku/headers/private/shared/
H A DBarberPole.h56 BPolygon fStripe;
/haiku/src/kits/shared/
H A DBarberPole.cpp266 fStripe = BPolygon(stripePoints, 4);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7194 BPolygon DownLinePolygon (g_DownLinePoints,
7198 BPolygon DownPagePolygon (g_DownPagePoints,
7202 BPolygon UpLinePolygon (g_UpLinePoints,
7206 BPolygon UpPagePolygon (g_UpPagePoints,

Completed in 100 milliseconds