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

/haiku/src/tests/kits/game/chart/
H A DChartView.cpp67 for (int32 i = 0; i < window->fInstantLoadLevel; i++) {
H A DChartWindow.h236 int32 fInstantLoadLevel; member in class:ChartWindow
H A DChartWindow.cpp422 fInstantLoadLevel = 0;
1308 if (level == fInstantLoadLevel)
1327 if (level > fInstantLoadLevel) {
1328 for (i = fInstantLoadLevel; i < level; i++) {
1341 for (i = level; i < fInstantLoadLevel; i++)
1347 fInstantLoadLevel = level;

Completed in 28 milliseconds