Searched defs:filled (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp431 RemoteDrawingEngine::DrawBezier(BPoint* points, bool filled) argument
463 RemoteDrawingEngine::DrawEllipse(BRect rect, bool filled) argument
395 DrawArc(BRect rect, const float& angle, const float& span, bool filled) argument
494 DrawPolygon(BPoint* pointList, int32 numPoints, BRect bounds, bool filled, bool closed) argument
693 DrawRoundRect(BRect rect, float xRadius, float yRadius, bool filled) argument
730 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 pointCount, const BPoint* pointList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
778 DrawTriangle(BPoint* points, const BRect& bounds, bool filled) argument
[all...]
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp760 DrawingEngine::DrawBezier(BPoint* pts, bool filled) argument
784 DrawingEngine::DrawEllipse(BRect r, bool filled) argument
711 DrawArc(BRect r, const float& angle, const float& span, bool filled) argument
831 DrawPolygon(BPoint* ptlist, int32 numpts, BRect bounds, bool filled, bool closed) argument
1131 DrawRoundRect(BRect r, float xrad, float yrad, bool filled) argument
1179 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 ptCount, const BPoint* ptList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
1233 DrawTriangle(BPoint* pts, const BRect& bounds, bool filled) argument
[all...]
/haiku/src/servers/app/
H A DServerPicture.cpp184 ShapePainter::Draw(BRect frame, bool filled) argument
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp685 Painter::DrawPolygon(BPoint* p, int32 numPts, bool filled, bool closed) const argument
792 DrawShape(const int32& opCount, const uint32* opList, const int32& ptCount, const BPoint* points, bool filled, const BPoint& viewToScreenOffset, float viewScale) const argument

Completed in 102 milliseconds