Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2081 Rect arrow_bounds, value_field_bounds; in FieldDelegateDraw() local
2082 arrow_and_value_field_bounds.VerticalSplit(1, arrow_bounds, in FieldDelegateDraw()
2086 Surface arrow_surface = surface.SubSurface(arrow_bounds); in FieldDelegateDraw()