Home
last modified time | relevance | path

Searched refs:beginAngle (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/diskusage/
H A DPieView.cpp427 float beginAngle, int colorIdx, int level) in _DrawDirectory() argument
515 beginAngle = 0.0; in _DrawDirectory()
534 beginAngle - 0.001f * radius, mySpan + 0.002f * radius); in _DrawDirectory()
540 StrokeArc(BPoint(cx, cy), radius, radius, beginAngle, mySpan); in _DrawDirectory()
547 Segment(beginAngle, beginAngle + mySpan, info)); in _DrawDirectory()
555 = _DrawDirectory(b, *i, mySpan, beginAngle, colorIdx, level + 1); in _DrawDirectory()
557 beginAngle += childSpan; in _DrawDirectory()
H A DPieView.h54 float parentSpan, float beginAngle,