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

  /src/games/dab/
ttyscrn.cc 51 void TTYSCRN::moveto(size_t y, size_t x) function in class:TTYSCRN
  /src/games/tetris/
screen.c 88 moveto(int r, int c) function
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/external/gpl2/groff/dist/src/devices/grolj4/
lj4.cpp 179 int moveto(int hpos, int vpos);
196 int lj4_printer::moveto(int hpos, int vpos) function in class:lj4_printer
319 if (!moveto(env->hpos, env->vpos))
367 if (!moveto(hpos, vpos))
378 if (!moveto(env->hpos, env->vpos))
397 if (!moveto(env->hpos, env->vpos))
420 if (!moveto(env->hpos, env->vpos))
453 if (!moveto(env->hpos + p[0]/2, env->vpos))
471 if (!moveto(env->hpos + p[0]/2, env->vpos))
491 if (!moveto(env->hpos, env->vpos)
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grodvi/
dvi.cpp 169 void moveto(int, int);
561 moveto(env->hpos, env->vpos);
565 void dvi_printer::moveto(int h, int v) function in class:dvi_printer
627 moveto(x, y);
661 moveto(oh, ov);
720 moveto(env->hpos+p[0]/2, env->vpos);
739 moveto(env->hpos, env->vpos);
754 moveto(env->hpos+p[0]/2, env->vpos);
776 moveto(env->hpos, env->vpos);
803 moveto(env->hpos, env->vpos)
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 788 void moveto(hunits, vunits);
875 inline void troff_output_file::moveto(hunits h, vunits v) function in class:troff_output_file
884 moveto(x, y);
1514 moveto(x, y);
4693 out->moveto(hpos, vpos);
4737 out->moveto(hpos, vpos);
4814 out->moveto(hpos, vpos);

Completed in 66 milliseconds