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

/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp401 uint8 fadedR = (uint8)(((int)span[2] * kFadeFactor) >> 8); local
405 span[2] = max_c(fillR, fadedR);
413 span[2] = max_c(emptyR, fadedR);

Completed in 78 milliseconds