Home
last modified time | relevance | path

Searched refs:fPolygon (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp97 init_polygon(BRect(0, 0, 100, 100), fPolygon); in ClientLooper()
157 morph_polygon(BRect(0, 0, 100, 100), fPolygon); in MessageReceived()
174 message.AddPoint("point", BPoint(fPolygon[0].x, fPolygon[0].y)); in _DrawAnimatedLayer()
175 message.AddPoint("point", BPoint(fPolygon[1].x, fPolygon[1].y)); in _DrawAnimatedLayer()
176 message.AddPoint("point", BPoint(fPolygon[2].x, fPolygon[2].y)); in _DrawAnimatedLayer()
177 message.AddPoint("point", BPoint(fPolygon[3].x, fPolygon[3].y)); in _DrawAnimatedLayer()
H A DClientLooper.h43 point fPolygon[4]; variable
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp102 point fPolygon[4]; member in TestView
153 _InitPolygon(fBitmap->Bounds(), fPolygon); in TestView()
180 _MorphPolygon(fBitmap->Bounds(), fPolygon); in MessageReceived()
182 _FillBitmap(fPolygon); in MessageReceived()