Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1154 Rect field_bounds, error_bounds; in FieldDelegateDraw() local
1155 frame.HorizontalSplit(GetFieldHeight(), field_bounds, error_bounds); in FieldDelegateDraw()
1157 Surface error_surface = surface.SubSurface(error_bounds); in FieldDelegateDraw()
2639 Rect error_bounds, elements_bounds; in DrawContent() local
2640 frame.HorizontalSplit(GetErrorHeight(), error_bounds, elements_bounds); in DrawContent()
2641 Surface error_surface = pad.SubSurface(error_bounds); in DrawContent()