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

/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp221 int32 endY = y + sConsole.font->glyphHeight; local
226 endY /= 8;
230 for (; y < endY; y++) {
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp207 int32 endY = min_c(fRows - 1, (int32)(updateRect.bottom / CHAR_HEIGHT) + 1); local
212 for (int32 y = startY; y <= endY; y++) {
/haiku/src/apps/terminal/
H A DTermView.cpp2996 float endY = _LineOffset(end.y) + fFontHeight - 1; local
2999 if (endY - startY > height) {
3003 if (startY <= 0 && endY >= height)
3011 _ScrollTo(fScrollOffset + endY - height, true);
3017 if (startY >= 0 && endY <= height)
3025 _ScrollTo(fScrollOffset + endY - height, true);

Completed in 81 milliseconds