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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr45393.C3 class FloatPoint;
7 void moveTo(const FloatPoint&);
8 static void createEllipse(const FloatPoint& center, float rx, float ry);
15 class FloatPoint { class
17 FloatPoint(float x, float y) : m_x(x), m_y(y) { } function in class:FloatPoint
22 void Path::createEllipse(const FloatPoint& center, float rx, float ry)
36 path.moveTo(FloatPoint(x, y));

Completed in 37 milliseconds