Home
last modified time | relevance | path

Searched refs:movex (Results 1 – 25 of 134) sorted by relevance

123456

/dports/games/icebreaker/icebreaker-1.9.8/
H A Dpenguin.c126 int movex=0,movey=0; in movepenguin() local
132 { movex=p->xdelta/2; movey=p->ydelta/2; } in movepenguin()
134 { movex=p->xdelta; movey=p->ydelta; } in movepenguin()
138 movex=p->xdelta; movey=p->ydelta; in movepenguin()
141 movex=p->xdelta/2; movey=p->ydelta/2; in movepenguin()
145 newx=p->geom.x+movex; in movepenguin()
151 if (movex>0) checkx = newx+BLOCKWIDTH; in movepenguin()
156 p->geom.x+=movex; in movepenguin()
161 p->geom.x+=movex; in movepenguin()
166 p->geom.x+=movex; in movepenguin()
[all …]
/dports/cad/py-phidl/phidl-1.0.1/phidl/
H A Dphidl_tutorial_example.py110 poly2.movex(4) # Same as specifying axis='x'' in the move() command
634 D.add_ref(E2).movex(15)
660 ref2 = D.add_ref(E2).movex(50)
661 ref_cluttered = D.add_ref(S1).movex(100)
685 D.add_ref(E2).movex(15)
708 D.add_ref(E2).movex(15)
737 D.add_ref(E2).movex(15)
738 D.add_ref(E3).movex(30)
756 E2 = pg.ellipse().movex(15)
757 E3 = pg.ellipse().movex(30)
[all …]
/dports/games/gnugo/gnugo-3.8/sgf/
H A Dsgftree.c127 sgftreeAddStone(SGFTree *tree, int color, int movex, int movey) in sgftreeAddStone() argument
130 sgfAddStone(node, color, movex, movey); in sgftreeAddStone()
139 sgftreeAddPlay(SGFTree *tree, int color, int movex, int movey) in sgftreeAddPlay() argument
142 tree->lastnode = sgfAddPlay(node, color, movex, movey); in sgftreeAddPlay()
152 sgftreeAddPlayLast(SGFTree *tree, int color, int movex, int movey) in sgftreeAddPlayLast() argument
155 tree->lastnode = sgfAddPlayLast(node, color, movex, movey); in sgftreeAddPlayLast()
H A Dsgftree.h90 SGFNode *sgfAddStone(SGFNode *node, int color, int movex, int movey);
91 SGFNode *sgfAddPlay(SGFNode *node, int who, int movex, int movey);
92 SGFNode *sgfAddPlayLast(SGFNode *node, int who, int movex, int movey);
140 void sgftreeAddPlay(SGFTree *tree, int color, int movex, int movey);
141 void sgftreeAddPlayLast(SGFTree *tree, int color, int movex, int movey);
142 void sgftreeAddStone(SGFTree *tree, int color, int movex, int movey);
H A Dsgfnode.c471 sgfAddStone(SGFNode *node, int color, int movex, int movey) in sgfAddStone() argument
475 sprintf(move, "%c%c", movey + 'a', movex + 'a'); in sgfAddStone()
487 sgfAddPlay(SGFNode *node, int who, int movex, int movey) in sgfAddPlay() argument
493 if (movex == -1 && movey == -1) in sgfAddPlay()
496 sprintf(move, "%c%c", movey + 'a', movex + 'a'); in sgfAddPlay()
518 sgfAddPlayLast(SGFNode *node, int who, int movex, int movey) in sgfAddPlayLast() argument
524 if (movex == -1 && movey == -1) in sgfAddPlayLast()
527 sprintf(move, "%c%c", movey + 'a', movex + 'a'); in sgfAddPlayLast()
/dports/math/abs/abs-src-0.908/Kernel/
H A Dfinite_state.c80 FS->movex = 0; in state_init()
105 FS->movex = 0; in state_reset_levels()
123 FS->movex, FS->movey, FS->upx, FS->upy, message); in state_print()
/dports/graphics/fractgen/fractgen-2.1.11/src/
H A Dimagedisplay.cc171 int movex = 0; in mouseMoveEvent() local
174 movex = std::max(mouseEvent->x(), -((int)OffsetX)); in mouseMoveEvent()
177 movex = std::min(mouseEvent->x() - width(), Image->width() - width() - (int)OffsetX); in mouseMoveEvent()
186 if((movex != 0) || (movey != 0)) { in mouseMoveEvent()
187 offsetUpdate((int)OffsetX + movex, (int)OffsetY + movey); in mouseMoveEvent()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dikbd.cpp348 int movex, movey; in SendMouseMotion() local
352 movex = relx > 0 ? 1 : relx < 0 ? -1 : 0; in SendMouseMotion()
356movex = (abs(relx) > MOUSE_DELTA_MAX) ? ( (relx > 0) ? MOUSE_DELTA_MAX : -MOUSE_DELTA_MAX ) : relx; in SendMouseMotion()
359 relx -= movex; in SendMouseMotion()
364 MergeMousePacket(&movex, &movey, buttons); in SendMouseMotion()
369 send(movex); in SendMouseMotion()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/gumps/
H A Ditem_relative_gump.cpp71 int32 movex = 0, movey = 0; in MoveOnScreen() local
74 movex = -sd.left - left; in MoveOnScreen()
76 movex = -sd.left + sd.width() - right; in MoveOnScreen()
83 Move(left + movex, top + movey); in MoveOnScreen()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfcombine.c54 int movex; member
112 config.movex = (int)(x*20+0.5); in args_callback_option()
279 config.mastermovex = config.movex; in args_callback_command()
283 config.movex = config.movey = 0; in args_callback_command()
290 slave_movex[numslaves] = config.movex; in args_callback_command()
296 config.movex = config.movey = 0; in args_callback_command()
613 m->tx += movex; in matrix_adjust()
619 if(movex || movey || scalex != 1.0 || scaley != 1.0) in write_changepos()
1187 msg("<debug> move x (%d)", config.movex); in combine()
1220 config.movex = 0; in main()
[all …]
/dports/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3/src/
H A Djstk_axis.c64 int movex,movey,movezx,movezy; in jstkAxisTimer() local
67 movex = movey = movezx = movezy = 0; in jstkAxisTimer()
177 movex += (int)axis->subpixel; in jstkAxisTimer()
243 movex += (int)priv->button[i].subpixel; in jstkAxisTimer()
262 if ((movex != 0)||(movey != 0)) { in jstkAxisTimer()
263 xf86PostMotionEvent(device, 0, 0, 2, movex, movey); in jstkAxisTimer()
/dports/devel/cc65/cc65-2.19/libsrc/cx16/
H A Dmcbdefault.s41 movex: ; Already done by Kernal label
59 .addr movex
/dports/graphics/p5-CAD-Drawing/CAD-Drawing-0.26/lib/CAD/Drawing/Calculate/
H A DFinite.pm168 my $movex = $center[0] - $world_ptx;
173 $movex = $just_pt[0] - $world_ptx;
176 $self->GroupMove([$movex, $movey]);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dfaslin.sl23 % Added new relocation types (relocate-movex,relocate-call) and long word
50 (compiletime (flag '(relocate-movex relocate-inf relocate-word read-id-table/de
112 (define-constant reloc-movex 1)
135 ((reloc-movex)
136 (relocate-movex code-location code-base id-table))
164 % a naked pointer from movex
243 (de relocate-movex (code-location code-base id-table)
H A Dsys-support.sl147 (*movex ($fluid *kernelmode) (reg 5))
152 (*movex ($fluid *bruch*) (reg 5))
160 (*movex (reg 5) ($fluid *bruch*))
162 (*movex (reg 5) (fluid ibmrs-sigcp))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/
H A Dfaslin.sl23 % Added new relocation types (relocate-movex,relocate-call) and long word
46 (compiletime (flag '(relocate-movex relocate-inf relocate-word read-id-table/de
109 (define-constant reloc-movex 1)
128 ((reloc-movex)
129 (relocate-movex code-location code-base id-table))
154 (cond ((posintp (getmem code-location)) % a naked pointer from movex
232 (de relocate-movex (code-location code-base id-table)
H A Dsys-support.sl132 (*movex ($fluid *kernelmode) (reg 5))
137 (*movex ($fluid *bruch*) (reg 5))
145 (*movex (reg 5) ($fluid *bruch*))
147 (*movex (reg 5) (fluid ibmrs-sigcp))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/
H A Dfaslin.sl23 % Added new relocation types (relocate-movex,relocate-call) and long word
46 (compiletime (flag '(relocate-movex relocate-inf relocate-word read-id-table/de
109 (define-constant reloc-movex 1)
128 ((reloc-movex)
129 (relocate-movex code-location code-base id-table))
154 (cond ((posintp (getmem code-location)) % a naked pointer from movex
232 (de relocate-movex (code-location code-base id-table)
H A Dsys-support.sl132 (*movex ($fluid *kernelmode) (reg 5))
137 (*movex ($fluid *bruch*) (reg 5))
145 (*movex (reg 5) ($fluid *bruch*))
147 (*movex (reg 5) (fluid ibmrs-sigcp))
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DCommonOutputDev.cc34 this->movex = -(int)x1 - this->user_clipx1 + this->user_movex; in startPage()
50 *nx += movex; in transformXY()
56 *xout += movex; in transformXY_stateless()
H A DFullBitmapOutputDev.cc131 if(xmin < -this->movex) xmin = -this->movex; in flushBitmap()
133 if(xmax > -this->movex + width) xmax = -this->movex+this->width; in flushBitmap()
169 xmin += movex; in flushBitmap()
171 xmax += movex; in flushBitmap()
/dports/devel/ftnchek/ftnchek-3.3.1/test/Okay/
H A Dt208a.dc522 INTEGER movex, movey, npath, psxoff
35 COMMON / ddi01 / miny, movex, movey, npath
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dmouse_handler_base.cpp315 int movex = scrollx * preferences::scroll_speed(); in mouse_wheel() local
323 if(movex != 0 || movey != 0) { in mouse_wheel()
327 gui().scroll(-movey, -movex); in mouse_wheel()
329 gui().scroll(-movex, -movey); in mouse_wheel()
/dports/devel/cc65/cc65-2.19/libsrc/geos-common/drivers/
H A Dmcbdefault.s51 movex: label
71 .addr movex
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dcamera.c228 float x, y, z, level, newx, newy, movex, movey; in camera_move() local
536 movex = 0; in camera_move()
546 movex += ( newx + z ); in camera_move()
551 movex += ( newx - z ); in camera_move()
577 …pcam->center.x += movex * turntocos[ turnsin & TRIG_TABLE_MASK ] + movey * turntosin[ turnsin & TR… in camera_move()
578 …pcam->center.y += -movex * turntosin[ turnsin & TRIG_TABLE_MASK ] + movey * turntocos[ turnsin & T… in camera_move()

123456