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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp2788 star_packet stars1; local
2789 stars1.list = fStars.list;
2790 stars1.count = star_threshold;
2791 stars1.erase_count = star_threshold;
2792 if (stars1.erase_count > fStars.erase_count)
2793 stars1.erase_count = fStars.erase_count;
2821 RefreshStarPacket(buf, &stars1, &fGeometry);

Completed in 20 milliseconds