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

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

Completed in 86 milliseconds