Lines Matching refs:MoveCursor

365   void MoveCursor(int x, int y) { ::wmove(m_window, y, x); }  in MoveCursor()  function in curses::Surface
427 MoveCursor(title_offset, 0); in TitledBox()
435 MoveCursor(bounds.origin.x, bounds.origin.y); in Box()
440 MoveCursor(bounds.origin.x + bounds.size.width - 1, bounds.origin.y); in Box()
444 MoveCursor(bounds.origin.x, bounds.origin.y + bounds.size.height - 1); in Box()
448 MoveCursor(bounds.origin.x + bounds.size.width - 1, in Box()
457 MoveCursor(bounds.origin.x + title_offset, bounds.origin.y); in TitledBox()
751 MoveCursor(3, 0); in DrawTitleBox()
764 MoveCursor(x, GetHeight() - 1); in DrawTitleBox()
769 MoveCursor(1, GetHeight() - 1); in DrawTitleBox()
1115 surface.MoveCursor(0, 0); in DrawContent()
1121 surface.MoveCursor(GetCursorXPosition(), 0); in DrawContent()
1146 surface.MoveCursor(0, 0); in DrawError()
1409 surface.MoveCursor(0, 0); in FieldDelegateDraw()
1491 surface.MoveCursor(0, i); in DrawContent()
1687 surface.MoveCursor(1, surface.GetHeight() / 2); in DrawRemoveButton()
1723 surface.MoveCursor(x, 0); in DrawNewButton()
1922 surface.MoveCursor(x, 0); in Draw()
2186 surface.MoveCursor(0, 0); in DrawError()
2193 surface.MoveCursor(0, 1); in DrawError()
2810 window.MoveCursor(0, window.GetCursorY()); in DrawMenuTitle()
2875 window.MoveCursor(0, 0); in WindowDelegateDraw()
2898 window.MoveCursor(x, y + i); in WindowDelegateDraw()
2906 window.MoveCursor(cursor_x, cursor_y); in WindowDelegateDraw()
3111 m_window_sp->MoveCursor(0, 0); in Run()
3484 window.MoveCursor(2, row_idx + 1); in Draw()
4100 window.MoveCursor(m_selected_row->x, m_selected_row->y); in WindowDelegateDraw()
4292 window.MoveCursor(row.x, row.y); in DisplayRowObject()
4758 window.MoveCursor(x, y); in WindowDelegateDraw()
5190 window.MoveCursor(0, 0); in WindowDelegateDraw()
5200 window.MoveCursor(40, 0); in WindowDelegateDraw()
5204 window.MoveCursor(60, 0); in WindowDelegateDraw()
5428 window.MoveCursor(1, 1); in WindowDelegateDraw()
5470 window.MoveCursor(1, line_y); in WindowDelegateDraw()
5530 window.MoveCursor(window_width - stop_description_len - 16, in WindowDelegateDraw()
5610 window.MoveCursor(1, line_y); in WindowDelegateDraw()
5683 window.MoveCursor(window_width - stop_description_len - 15, in WindowDelegateDraw()