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

/haiku/src/kits/interface/
H A DView.cpp3414 center.y + yRadius), startAngle, arcAngle, pattern); local
3419 BView::StrokeArc(BRect rect, float startAngle, float arcAngle, argument
3442 center.y + yRadius), startAngle, arcAngle, pattern); local
3451 center.y + yRadius), startAngle, arcAngle, gradient); local
3456 BView::FillArc(BRect rect, float startAngle, float arcAngle, argument
3410 StrokeArc(BPoint center, float xRadius, float yRadius, float startAngle, float arcAngle, ::pattern pattern) argument
3438 FillArc(BPoint center,float xRadius, float yRadius, float startAngle, float arcAngle, ::pattern pattern) argument
3447 FillArc(BPoint center,float xRadius, float yRadius, float startAngle, float arcAngle, const BGradient& gradient) argument
3475 FillArc(BRect rect, float startAngle, float arcAngle, const BGradient& gradient) argument
[all...]

Completed in 102 milliseconds