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

/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp115 shape.ArcTo(arcRX, arcRY, 45, true, true, BPoint(100, 20));
124 shape.ArcTo(arcRX, arcRY, 45, false, true, BPoint(100, 20));
137 shape.ArcTo(arcRX, arcRY, 45, true, false, BPoint(100, 20));
150 shape.ArcTo(arcRX, arcRY, 45, false, false, BPoint(100, 20));
/haiku/headers/os/interface/
H A DShape.h77 status_t ArcTo(float rx, float ry,
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp51 s.ArcTo(rect.Width()/4, rect.Height()/4, 0, false, true, rect.RightTop());
/haiku/src/kits/interface/
H A DShape.cpp445 BShape::ArcTo(float rx, float ry, float angle, bool largeArc, function in class:BShape
467 // If the last op is ArcTo increase the count

Completed in 75 milliseconds