Lines Matching defs:yRadius

3335 BView::StrokeEllipse(BPoint center, float xRadius, float yRadius,
3338 StrokeEllipse(BRect(center.x - xRadius, center.y - yRadius,
3339 center.x + xRadius, center.y + yRadius), pattern);
3360 BView::FillEllipse(BPoint center, float xRadius, float yRadius,
3363 FillEllipse(BRect(center.x - xRadius, center.y - yRadius,
3364 center.x + xRadius, center.y + yRadius), pattern);
3369 BView::FillEllipse(BPoint center, float xRadius, float yRadius,
3372 FillEllipse(BRect(center.x - xRadius, center.y - yRadius,
3373 center.x + xRadius, center.y + yRadius), gradient);
3410 BView::StrokeArc(BPoint center, float xRadius, float yRadius, float startAngle,
3413 StrokeArc(BRect(center.x - xRadius, center.y - yRadius, center.x + xRadius,
3414 center.y + yRadius), startAngle, arcAngle, pattern);
3438 BView::FillArc(BPoint center,float xRadius, float yRadius, float startAngle,
3441 FillArc(BRect(center.x - xRadius, center.y - yRadius, center.x + xRadius,
3442 center.y + yRadius), startAngle, arcAngle, pattern);
3447 BView::FillArc(BPoint center,float xRadius, float yRadius, float startAngle,
3450 FillArc(BRect(center.x - xRadius, center.y - yRadius, center.x + xRadius,
3451 center.y + yRadius), startAngle, arcAngle, gradient);
3764 BView::StrokeRoundRect(BRect rect, float xRadius, float yRadius,
3776 fOwner->fLink->Attach<float>(yRadius);
3783 BView::FillRoundRect(BRect rect, float xRadius, float yRadius,
3796 fOwner->fLink->Attach<float>(yRadius);
3803 BView::FillRoundRect(BRect rect, float xRadius, float yRadius,
3814 fOwner->fLink->Attach<float>(yRadius);