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

/haiku/src/apps/soundrecorder/
H A DVUView.h38 int32 fLevelCount; member in class:VUView
H A DVUView.cpp31 fLevelCount = int(rect.Height()) / 2;
112 BStackOrHeapArray<rgb_color[2], 64> levels(fLevelCount);
116 for (int32 i = 0; i < fLevelCount; i++) {
138 for (int32 i = level + 1; i < fLevelCount; i++) {
153 fBitmapView->BeginLineArray(fLevelCount * 2);
160 for (int32 i = fLevelCount - 1; i >= 0; i--) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp132 fLevelCount(0),
192 return fLevelCount;
197 if (fLevelCount < level)
198 fLevelCount = level;
222 uint32 fLevelCount; member in struct:BFS::TreeCheck

Completed in 146 milliseconds