Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2641 Rect error_bounds, elements_bounds; in DrawContent() local
2642 frame.HorizontalSplit(GetErrorHeight(), error_bounds, elements_bounds); in DrawContent()
2644 Surface elements_surface = pad.SubSurface(elements_bounds); in DrawContent()