Searched refs:GetCursorX (Results 1 – 1 of 1) sorted by relevance
385 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in lldb_private::curses::Surface411 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()4093 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()6971 int x = window.GetCursorX(); in WindowDelegateDraw()7070 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()7071 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()7081 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()7217 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()7218 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()7227 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()