Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1138 SubPad content_surface = SubPad(surface, content_bounds); in DrawField() local
1140 DrawContent(content_surface, is_selected); in DrawField()
1511 SubPad content_surface = SubPad(surface, content_bounds); in FieldDelegateDraw() local
1513 DrawContent(content_surface, is_selected); in FieldDelegateDraw()
2275 DerivedWindow content_surface = DerivedWindow(window, content_bounds); in WindowDelegateDraw() local
2277 DrawContent(content_surface); in WindowDelegateDraw()