Home
last modified time | relevance | path

Searched refs:gfxMove (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/
H A Damicube.pas249 gfxMove(win^.rport,wx+5,wy+10);
259 gfxMove(win^.rport,rcube[v1].x,rcube[v1].y);
264 gfxMove(win^.rport,rcube[v2].x,rcube[v2].y);
269 gfxMove(win^.rport,rcube[v3].x,rcube[v3].y);
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dagraphics.pas2351 PROCEDURE gfxMove(rp : pRastPort location 'a1'; x : LONGINT location 'd0'; y : LONGINT location 'd1… procedure