Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp626 Rect GetBounds() const { return Rect(GetParentOrigin(), GetSize()); } in GetBounds()
638 Point GetParentOrigin() const { return Point(GetParentX(), GetParentY()); } in GetParentOrigin() function in curses::Window
647 const bool moving_window = origin != GetParentOrigin(); in MoveWindow()
660 const bool moving_window = bounds.origin != GetParentOrigin(); in SetBounds()