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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp2158 int32 i, cur_4_frames_index, cur_last_fps, count_fps; local
2175 cur_4_frames_index = 0;
2225 last_4_frames[cur_4_frames_index] = after_frame - before_frame;
2226 cur_4_frames_index++;
2227 if (cur_4_frames_index == 4) {
2228 cur_4_frames_index = 0;

Completed in 85 milliseconds