Home
last modified time | relevance | path

Searched refs:surface_height (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2549 int surface_height = surface.GetHeight(); in UpdateScrolling() local
2550 int visible_height = std::min(content_height, surface_height); in UpdateScrolling()