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

/haiku/src/add-ons/screen_savers/spider/
H A DPolygonQueue.h13 class Polygon;
17 PolygonQueue(Polygon* start, int32 depth);
20 Polygon* Head() const;
21 Polygon* Tail() const;
26 Polygon** fPolygons;
H A DPolygon.h20 class Polygon { class
22 Polygon(BRect bounds, BList points);
23 Polygon(BRect bounds, int32 vertices);
24 virtual ~Polygon();
26 Polygon* Step() const;
H A DPolygonQueue.cpp13 #include "Polygon.h"
16 PolygonQueue::PolygonQueue(Polygon* start, int32 depth)
17 : fPolygons(new Polygon*[depth]),
34 Polygon*
41 Polygon*
51 if (Polygon* p = Head()) {
52 Polygon *np = p->Step();
H A DPolygon.cpp8 #include "Polygon.h"
15 Polygon::Polygon(BRect bounds, int32 vertices) function in class:Polygon
32 Polygon::Polygon(BRect bounds, BList points) function in class:Polygon
40 Polygon::~Polygon()
47 Polygon*
48 Polygon::Step() const
65 return new Polygon(fBound
[all...]
H A DSpiderSaver.h38 class Polygon;
68 void _DrawPolygon(Polygon* polygon, BView *view);
H A DSpiderSaver.cpp21 #include "Polygon.h"
211 fQueues[i] = new PolygonQueue(new Polygon(bounds,
307 if (Polygon* p = fQueues[i]->Head()) {
312 if (Polygon* p = fQueues[i]->Tail()) {
321 SpiderSaver::_DrawPolygon(Polygon* polygon, BView* view)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h8 #include <Polygon.h>
/haiku/headers/private/shared/
H A DBarberPole.h11 #include <Polygon.h>
/haiku/headers/os/
H A DInterfaceKit.h44 #include <Polygon.h>
/haiku/src/tests/kits/interface/bpolygon/
H A DCreatePolygonTest.cpp23 #include <Polygon.h>
138 return(new CreatePolygonTestCaller("BPolygon::Create Polygon Test", &CreatePolygonTest::PerformTest));
H A DMapPolygonTest.cpp16 #include <Polygon.h>
116 return(new MapPolygonTestCaller("BPolygon::Map Polygon Test", &MapPolygonTest::PerformTest));
/haiku/src/kits/interface/
H A DPolygon.cpp12 #include <Polygon.h>
H A DView.cpp43 #include <Polygon.h>
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp13 #include <Polygon.h>
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp24 #include <Polygon.h>
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp515 #include <Polygon.h>

Completed in 206 milliseconds