Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1136 Rect content_bounds = surface.GetFrame(); in DrawField() local
1137 content_bounds.Inset(1, 1); in DrawField()
1138 Surface content_surface = surface.SubSurface(content_bounds); in DrawField()
1567 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw() local
1568 content_bounds.Inset(1, 1); in FieldDelegateDraw()
1569 Surface content_surface = surface.SubSurface(content_bounds); in FieldDelegateDraw()
1824 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw() local
1825 content_bounds.Inset(1, 1); in FieldDelegateDraw()
1827 content_bounds.HorizontalSplit(content_bounds.size.height - 1, in FieldDelegateDraw()
2673 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw() local
[all …]