Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DPieView.cpp413 int colorIdx = 0; in _DrawPieChart() local
418 colorIdx++; in _DrawPieChart()
421 colorIdx % kBasePieColorCount, 0); in _DrawPieChart()
427 float beginAngle, int colorIdx, int level) in _DrawDirectory() argument
435 colorIdx = info->color % kBasePieColorCount; in _DrawDirectory()
437 info->color = colorIdx; in _DrawDirectory()
480 info->color = colorIdx; in _DrawDirectory()
488 SetHighColor(kBasePieColor[colorIdx]); in _DrawDirectory()
537 rgb_color color = tint_color(kBasePieColor[colorIdx], tint); in _DrawDirectory()
555 = _DrawDirectory(b, *i, mySpan, beginAngle, colorIdx, level + 1); in _DrawDirectory()
[all …]
H A DPieView.h55 int colorIdx, int level);