Searched refs:maxStars (Results 1 – 1 of 1) sorted by relevance
54 const int maxStars = 50; // arbitrary, fits on one line in displayPeakLevel() local55 int numStars = (int) (peakLevel * maxStars); in displayPeakLevel()