Searched refs:GetWidth (Results 1 – 1 of 1) sorted by relevance
372 int GetWidth() const { return GetMaxX(); } in GetWidth() function in curses::Surface389 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()429 PutCString(title, GetWidth() - title_offset); in TitledBox()1117 surface.PutCString(text, surface.GetWidth()); in DrawContent()1697 int width = surface.GetWidth(); in DrawFields()2194 surface.HorizontalLine(surface.GetWidth()); in DrawError()2199 int width = surface.GetWidth(); in DrawFields()2247 int width = surface.GetWidth(); in DrawContent()2812 int width = window.GetWidth(); in DrawMenuTitle()3629 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()[all …]