Lines Matching refs:PutCStringTruncated

409   void PutCStringTruncated(int right_pad, const char *s, int len = -1) {  in PutCStringTruncated()  function in curses::Surface
431 PutCStringTruncated(right_pad, strm.GetData()); in PrintfTruncated()
503 PutCStringTruncated(right_pad, string.data(), string.size()); in OutputColoredStringTruncated()
516 PutCStringTruncated(right_pad, string.data(), esc_pos); in OutputColoredStringTruncated()
784 PutCStringTruncated(1, bottom_message); in DrawTitleBox()
1149 surface.PutCStringTruncated(1, GetError().c_str()); in DrawError()
2578 surface.PutCStringTruncated(1, m_delegate_sp->GetError().c_str()); in DrawError()
5034 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
5064 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5122 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5221 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5331 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5464 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5790 window.PutCStringTruncated(1, name); in DisplayRowObject()
5797 window.PutCStringTruncated(1, " = "); in DisplayRowObject()
5800 window.PutCStringTruncated(1, value); in DisplayRowObject()
5806 window.PutCStringTruncated(1, " "); in DisplayRowObject()
5809 window.PutCStringTruncated(1, summary); in DisplayRowObject()
6249 window.PutCStringTruncated( in WindowDelegateDraw()
6753 window.PutCStringTruncated(1, strm.GetString().str().c_str()); in WindowDelegateDraw()
6979 window.PutCStringTruncated(1, m_title.GetString().str().c_str()); in WindowDelegateDraw()
7064 window.PutCStringTruncated( in WindowDelegateDraw()
7217 window.PutCStringTruncated( in WindowDelegateDraw()