HomeSort by: relevance | last modified time | path
    Searched refs:moveto (Results 1 - 6 of 6) sorted by relevancy

  /src/games/tetris/
screen.c 88 moveto(int r, int c) function in typeref:typename:void
247 moveto(Rows - 1, 0);
312 moveto(0, 0);
327 moveto(r-1, c-1); putstr(" ");
328 moveto(r, c-1); putstr(" ");
329 moveto(r+1, c-1); putstr(" ");
330 moveto(r+2, c-1); putstr(" ");
332 moveto(r-3, c-2);
338 moveto(r, 2*c);
347 moveto(tr, 2*tc)
    [all...]
  /src/games/dab/
gamescreen.h 60 virtual void moveto(size_t y, size_t x) = 0; // Move to x, y
ttyscrn.h 49 void moveto(size_t y, size_t x);
box.cc 62 _b.getScrn()->moveto(y, x);
94 _b.getScrn()->moveto(_centery, _centerx);
99 _b.getScrn()->moveto(_centery + edges[e].y, _centerx + edges[e].x);
board.cc 188 _scrn->moveto(y, x);
ttyscrn.cc 51 void TTYSCRN::moveto(size_t y, size_t x) function in class:TTYSCRN

Completed in 15 milliseconds