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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp2781 int32 star_threshold = (int32)((float)fStars.count * fSecondThreadThreshold + 0.5); local
2790 stars1.count = star_threshold;
2791 stars1.erase_count = star_threshold;
2795 fStars2.list = fStars.list + star_threshold;
2796 fStars2.count = fStars.count - star_threshold;
2797 fStars2.erase_count = fStars.erase_count - star_threshold;

Completed in 87 milliseconds