Home
last modified time | relevance | path

Searched refs:path_x (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/humanoid_actions/
H A Dwalk.lua71 for j = #action.path_x, action.path_index + 1, -1 do
72 action.path_x[j] = nil
174 local path_x = action.path_x
178 local x1, y1 = path_x[path_index ], path_y[path_index ]
179 local x2, y2 = path_x[path_index+1], path_y[path_index+1]
209 map:getCellFlags(path_x[#path_x], path_y[#path_y]).roomId == flags_there.roomId then
400 …local path_x, path_y = humanoid.world:getPath(humanoid.tile_x, humanoid.tile_y, action.x, action.y)
401 if not path_x or #path_x == 1 then
414 action.path_x = path_x
H A Dseek_reception.lua89 for i = #walk.path_x, 2, -1 do
90 if can_join_queue_at(humanoid, walk.path_x[i], walk.path_y[i]) then
91 walk.path_x[i + 1] = nil
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/experimental/
H A Dbat_black_pf.cfg9 …,set(y_2,vars.init_y),set(parent,me)]), set(vars.path_node,0), set(vars.path_x,[0]),set(vars.path…
32 goal_x: "if(vars.path_node < vars.path_x.size, path_x[vars.path_node],init_x)",
35 next_path_node: "def() if(path_node < (vars.path_x.size + 1), add(path_node,1))",
37 debug(vars.path_x.size),
41 debug([path_x,path_y]),
52 path_x: [0],
64 #set(vars.path_x, child.vars.Xpoints)
H A Dpathfinding_experiment.cfg60 on_communicate_path: "[set(parent.vars.path_x, vars.Xpoints),set(parent.vars.path_y, vars.Ypoints)]…
/dports/math/ploticus-nox11/pl240src/src/
H A Dswf.c69 static double *path_x = NULL, *path_y = NULL; variable
182 if( path_x != NULL ) free( path_x );
184 path_x = (double *) malloc( max_pts * sizeof( double ));
576 path_x[path_count] = x;
600 path_x[path_count] = x;
619 SWFShape_movePenTo(swf_shape,swf_scale_x(path_x[0]),swf_scale_y(path_y[0]));
622 SWFShape_drawLineTo(swf_shape, swf_scale_x(path_x[i]),swf_scale_y(path_y[i]));
644 path_x[path_count] = x;
668 SWFShape_movePenTo(swf_shape,swf_scale_x(path_x[0]),swf_scale_y(path_y[0]));
670 SWFShape_drawLineTo(swf_shape,swf_scale_x(path_x[i]),swf_scale_y(path_y[i]));
[all …]
/dports/math/ploticus/pl240src/src/
H A Dswf.c69 static double *path_x = NULL, *path_y = NULL; variable
182 if( path_x != NULL ) free( path_x );
184 path_x = (double *) malloc( max_pts * sizeof( double ));
576 path_x[path_count] = x;
600 path_x[path_count] = x;
619 SWFShape_movePenTo(swf_shape,swf_scale_x(path_x[0]),swf_scale_y(path_y[0]));
622 SWFShape_drawLineTo(swf_shape, swf_scale_x(path_x[i]),swf_scale_y(path_y[i]));
644 path_x[path_count] = x;
668 SWFShape_movePenTo(swf_shape,swf_scale_x(path_x[0]),swf_scale_y(path_y[0]));
670 SWFShape_drawLineTo(swf_shape,swf_scale_x(path_x[i]),swf_scale_y(path_y[i]));
[all …]
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Ddsp4emu.c481 path_x[0] = x_left; in DSP4_Op08()
482 path_x[1] = x_right; in DSP4_Op08()
547 x2_final = path_x[0] + dx3; in DSP4_Op08()
554 x2_final = path_x[0] + dx4; in DSP4_Op08()
599 int16_t inc = ((path_x[0] - x_left) << 8) / segments; in DSP4_Op08()
605 path_x[0] = x_left; in DSP4_Op08()
634 x2_final = path_x[1] + dx3; in DSP4_Op08()
641 x2_final = path_x[1] + dx4; in DSP4_Op08()
687 int16_t inc = ((path_x[1] - x_right) << 8) / segments; in DSP4_Op08()
693 path_x[1] = x_right; in DSP4_Op08()
H A Ddsp4.h65 int16_t path_x[2]; /* current focals */ variable
/dports/x11/simplestroke/simplestroke-1.3.1/
H A Dstroke.c163 stroke_compare(const struct stroke *a, const struct stroke *b, int *path_x, int *path_y) in stroke_compare() argument
234 if (path_x && path_y) { in stroke_compare()
243 path_x[k] = x; in stroke_compare()
248 path_x[0] = 0; in stroke_compare()
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dmoves.c1310 path_x[ply].epsq = ep_square; in make()
1315 path_x[ply].fifty = fifty; in make()
1378 path_x[ply].cap_num = squares[target]; in make()
1393 if (path_x[ply].was_promoted) in make()
1461 path_x[ply].cap_num = squares[target-12]; in make()
1539 path_x[ply].cap_num = squares[target+12]; in make()
1949 ep_square = path_x[ply].epsq; in unmake()
1952 fifty = path_x[ply].fifty; in unmake()
1994 squares[target] = path_x[ply].cap_num; in unmake()
2051 pieces[path_x[ply].cap_num] = target-12; in unmake()
[all …]
H A Dsjeng.c65 move_x path_x[PV_BUFF]; variable
280 game_history_x[move_number++] = path_x[0]; in main()
447 game_history_x[move_number++] = path_x[0]; in main()
732 path_x[0] = game_history_x[--move_number]; in main()
741 path_x[0] = game_history_x[--move_number]; in main()
745 path_x[0] = game_history_x[--move_number]; in main()
H A Dextvars.h42 extern move_x path_x[PV_BUFF];
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dstroke.c191 double stroke_compare(const stroke_t *a, const stroke_t *b, int *path_x, int *path_y) { in stroke_compare() argument
238 if (path_x && path_y) { in stroke_compare()
247 path_x[k] = x; in stroke_compare()
252 path_x[0] = 0; in stroke_compare()
H A Dstats.cc172 int path_x[a->size() + b->size()]; in drawDebug() local
174 stroke_compare(a->stroke.get(), b->stroke.get(), path_x, path_y); in drawDebug()
179 ctx->line_to(a->time(path_x[i])*size, (1.0-b->time(path_y[i]))*size); in drawDebug()
180 if (!path_x[i] && !path_y[i]) in drawDebug()
H A Dstroke.h38 double stroke_compare(const stroke_t *a, const stroke_t *b, int *path_x, int *path_y);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmksheol.c227 int path_x, path_y; local
232 path_x = -2;
239 points[i1].x = path_x;
264 path_x = -2;
271 path_x = points[i1].x;
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dmetafile-private.h95 int path_x, path_y; member
H A Demfcodec.c155 context->path_x = pt->X; in PolyBezier()
/dports/audio/snd/snd-21.2/
H A Ddlocsig.rb888 xpoints = path.path_x
1382 def path_x method in Path
1423 path_x.map_with_index do |d, i| [d, path_y[i], path_z[i]] end.flatten
1427 path_x.map_with_index do |d, i| [d, path_y[i]] end.flatten
1433 xp, yp, zp, tp = path_x, path_y, path_z, path_time
1447 xp, yp, zp, tp = path_x, path_y, path_z, path_time
1620 xc = path_x()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Dedit_room.lua270 if action.path_x then -- in a (rare) special case, path_x is nil (see action_walk_start)
271 local next_x = action.path_x[action.path_index]
/dports/games/frogatto/frogatto-1.3.1/modules/wip_levels/data/level/experimental/
H A Dtest-pathfind.cfg822 path_x: [0],
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd2.c4482 int path_x[MAX_RANGE]; local
5112 path_x[path_num] = x;
5834 nx = path_x[j];
6073 int path_x[MAX_RANGE]; local
6376 path_x[path_num] = x;
6617 nx = path_x[j];
H A Dspells1.c10844 int path_x[MAX_RANGE]; local
11281 path_x[path_num] = x9;
11317 x9 = path_x[i];
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dtkcanvas.trm1984 tk_path_x = (int *) gp_realloc(tk_path_x, tk_maxpath * sizeof(int), "path_x");
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dtkcanvas.trm1984 tk_path_x = (int *) gp_realloc(tk_path_x, tk_maxpath * sizeof(int), "path_x");

12