Home
last modified time | relevance | path

Searched refs:_DrawEllipse (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/painter/
H A DPainter.h237 void _DrawEllipse( BPoint center,
H A DPainter.cpp675 _DrawEllipse(center, xRadius, yRadius, p, false); in StrokeEllipse()
683 _DrawEllipse(center, xRadius, yRadius, p, true); in FillEllipse()
1133 Painter::_DrawEllipse(BPoint center, float xRadius, float yRadius, in _DrawEllipse() function in Painter