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

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

Completed in 34 milliseconds