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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7337 float AgeProportion; local
7467 AgeProportion = 1.0; /* New is 1.0, old is 0.0 */
7469 AgeProportion = (StatisticsPntr->age - OldestAge) / AgeDifference;
7479 FillColour.red = 230 - (int) (AgeProportion * 230.0f);
7488 FillColour.blue = 230 - (int) (AgeProportion * 230.0f);

Completed in 45 milliseconds