Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DDiskUsage.h22 const int kBasePieColorCount = 4; variable
23 const rgb_color kBasePieColor[kBasePieColorCount]
H A DPieView.cpp421 colorIdx % kBasePieColorCount, 0); in _DrawPieChart()
435 colorIdx = info->color % kBasePieColorCount; in _DrawDirectory()
558 colorIdx = (colorIdx + 1) % kBasePieColorCount; in _DrawDirectory()