Home
last modified time | relevance | path

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

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