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

/haiku/src/system/boot/loader/
H A Dpager.cpp124 int32 topLine = 0; local
130 sizeof(lineBuffer), topLine);
152 int32 bottomLine = std::min(topLine + height - 2, lineCount - 1);
154 topLine, bottomLine, (int32)((bottomLine + 1) * 100 / lineCount));
158 int32 previousTopLine = topLine;
160 while (!quit && topLine == previousTopLine) {
174 topLine++;
181 topLine--;
186 topLine -= height - 1;
191 topLine
[all...]

Completed in 38 milliseconds