Home
last modified time | relevance | path

Searched refs:targetx (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/graphics/svgalib/svgalib-1.4.3/demos/
H A Dscrolltest.c71 int targetx, targety; in demo1() local
84 targetx = x; in demo1()
117 if (x < targetx) in demo1()
119 if (x > targetx) in demo1()
150 int targetx, targety; in demo2() local
171 targetx = x; in demo2()
187 if (x < targetx) in demo2()
189 if (x > targetx) in demo2()
227 targetx = x; in demo3()
252 if (x < targetx) in demo3()
[all …]
/dports/games/apricots/apricots-0.2.6/apricots/
H A Dai.cpp89 if (p.targetx == -10){ in computer_ai()
112 if ((p.targetx == -10) && (p.drak)) p.targetx = 0; in computer_ai()
115 if (p.targetx > 0){ in computer_ai()
126 if (p.targetx == 0){ in computer_ai()
129 if ((g.gamemap.b[p.targetx].type < 3) || (g.gamemap.b[p.targetx].points < 0) || in computer_ai()
133 p.targetx = 0; in computer_ai()
150 if (p.targetx == 0){ in computer_ai()
163 if (p.targetx > 0){ in computer_ai()
170 p.targetx = 0; in computer_ai()
176 if ((p.targetx < 0) && (p.targetx > -10)){ in computer_ai()
[all …]
H A Ddrak.cpp41 int targetx = drakms.targetx + drakms.targetmod + drakgun.type; in fire_laser() local
60 endlaser.y = groundheight[int(targetx/2)] - 8; in fire_laser()
65 if (b[targetx].type >= 3) killbuilding(g, b[targetx]); in fire_laser()
67 if (b[targetx].type == 2){ in fire_laser()
68 for (int h = b[targetx].towersize; h>=0; h--){ in fire_laser()
69 killtower(g, b[targetx], 0.0, 0.0, h, 0); in fire_laser()
91 int targetx = drakms.targetx + drakms.targetmod + drakgun.type; in fire_laser() local
92 if (b[targetx].type >= 2) drakgun.time = 1; in fire_laser()
253 if (g.drakms.targetx == 0){ in drak_main()
256 g.drakms.targetx = 0; in drak_main()
[all …]
H A Dapricots.h168 int targetx; member
280 int targetx; // member
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/video/
H A Dppu.cpp1196 int const targetx, unsigned cycles) { in predictCyclesUntilXpos_fn() argument
1203 if (xpos > targetx) in predictCyclesUntilXpos_fn()
1209 cycles += targetx - xpos; in predictCyclesUntilXpos_fn()
1211 if (p.wx - unsigned(xpos) < targetx - unsigned(xpos) in predictCyclesUntilXpos_fn()
1236 if (nwx < targetx) { in predictCyclesUntilXpos_fn()
1252 int endx, int fno, int targetx, unsigned cycles) { in predictCyclesUntilXpos_fn() argument
1281 if (xpos > targetx) in predictCyclesUntilXpos_fn()
1299 if (xpos <= targetx) { in predictCyclesUntilXpos_fn()
1308 int endx, int fno, int targetx, unsigned cycles) { in predictCyclesUntilXpos_fn() argument
1338 int const fno, int const targetx, unsigned cycles) in predictCyclesUntilXpos_fn() argument
[all …]
/dports/devel/re2c/re2c-2.2/src/debug/
H A Ddump_dfa_tree.cc95 const uint32_t targetx = hash_path(syms); in path_tree() local
101 targetx, targetx, target); in path_tree()
125 targetx, k, index(nfa, *i), index(nfa, *i)); in path_tree()
135 fprintf(stderr, " void%u", targetx); in path_tree()
144 dump_history2(history, used, kernel->thist[i], targetx, hidxbase); in path_tree()
145 fprintf(stderr, "->nx%u_%u_%u\n", targetx, k, index(nfa, x)); in path_tree()
157 targetx, idx + hidxbase, info.neg ? "-" : "", info.idx); in path_tree()
235 const uint32_t targetx = isnew ? target : ++uniqidx; in state() local
250 " label=\"%sS%u\"\n", targetx, isnew ? "" : "mapped to ", target); in state()
259 targetx, index(nfa, c->state), index(nfa, c->state)); in state()
[all …]
/dports/biology/scrm/scrm-1.7.4/src/random/
H A Dfastfunc.cc41 double targetx = 1.0 + (index+1.0)/size; in build_fastlog_double_table() local
42 double targety = prevy + (targetx-prevx)*(cury-prevy)/(curx-prevx); in build_fastlog_double_table()
46 prevx = targetx; in build_fastlog_double_table()
/dports/games/blobby/blobby-1.0/data/scripts/
H A DUnion.lua144 targetx=estimatex (maxjump) - distance
153 …) <= 3) and (math.max(balltimetox(targetx),balltimetoy(maxjump)) >= math.max(blobtimetoy(maxjump),…
171 moveto (targetx)
173 if (math.abs(posx()-targetx)<4.5) and (ballx()==200) and (bally()==299.5) then
178 moveto (targetx)
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dupin.c70 INT targetx, targety, orient ; local
73 targetx = pos->xcenter ;
85 targetx, targety ) ; /* cell center */
/dports/games/mari0/
H A Dbowser.lua103 if self.x < self.targetx then
105 if self.x+self.speedx*dt >= self.targetx then
110 if self.x+self.speedx*dt <= self.targetx then
170 self.targetx = self.startx-1-math.random(2)
172 self.targetx = self.startx-7-math.random(2)
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dupdate.cpp77 short targetx=short((cmls->pos[cmls->onstage+1] >> 16) & 0x00ffff); in do_movelist_move() local
122 targetx -= adjAmnt; in do_movelist_move()
127 targetx += adjAmnt; in do_movelist_move()
135 if (((xpermove > 0) && (xps >= targetx)) || in do_movelist_move()
136 ((xpermove < 0) && (xps <= targetx))) { in do_movelist_move()
138 xps = targetx; in do_movelist_move()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dupdate.cpp64 short targetx = short((cmls->pos[cmls->onstage + 1] >> 16) & 0x00ffff); in do_movelist_move() local
111 targetx -= adjAmnt; in do_movelist_move()
117 targetx += adjAmnt; in do_movelist_move()
124 if (((xpermove > 0) && (xps >= targetx)) || in do_movelist_move()
125 ((xpermove < 0) && (xps <= targetx))) { in do_movelist_move()
127 xps = targetx; in do_movelist_move()
/dports/games/pipepanic/pipepanic-0.1.3-source/
H A Dmain.c1208 int targety = 0, targetx = 0; in createdeadpipesarray() local
1241 targetx = pointsarray[rowloop][1]; in createdeadpipesarray()
1245 targetx = pointsarray[rowloop][1] + 1; in createdeadpipesarray()
1249 targetx = pointsarray[rowloop][1]; in createdeadpipesarray()
1253 targetx = pointsarray[rowloop][1] - 1; in createdeadpipesarray()
1257 if (targety < 0 || targety >= BOARDH || targetx < 0 || targetx >= BOARDW) { in createdeadpipesarray()
1260 targettype = boardarray[targety][targetx]; in createdeadpipesarray()
1328 …if (deadpipesarray[targety][targetx] >= FILLEDCOUNTERBASE && deadpipesarray[targety][targetx] != N… in createdeadpipesarray()
1356 pointsarray[freepointer][0] = targety; pointsarray[freepointer][1] = targetx; in createdeadpipesarray()
1374 pointsarray[freepointer][0] = targety; pointsarray[freepointer][1] = targetx; in createdeadpipesarray()
[all …]
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Dmagiclamp.c301 float targetx = fy * (origx - iconx) + iconx; in fxMagicLampModelStep() local
311 targetx += in fxMagicLampModelStep()
319 (1 - preShapeProgress) * origx + preShapeProgress * targetx; in fxMagicLampModelStep()
321 object->position.x = targetx; in fxMagicLampModelStep()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Sky.cpp191 float targetx = cgo.TargetX; float targety = cgo.TargetY; in Draw() local
199 float rx = ((1 - parx) * targetx) * resultzoom + fixtof(x) / (parx + zoom - parx * zoom); in Draw()
203 float resultx = (rx - targetx) * zoom / resultzoom; in Draw()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A Dvector_transform.py132 targetx, targety = proj_xyz[..., 0], proj_xyz[..., 1]
135 gridx, gridy = _interpolate_to_grid(nx, ny, targetx, targety, **kwargs)
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dviewportcamera.c109 c->targetx = view->panx; in menu_click_add_camera()
164 c->targetx); in show_camera_settings()
335 c->targetx = (float) gtk_spin_button_get_value((GtkSpinButton *)
H A Dglmotion.c144 v->cameras[v->active_camera]->targetx -= gldx; in glmotion_pan()
166 v->cameras[v->active_camera]->targetx -= gldx;
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_debug.cpp164 short targetx=short((cmls->pos[i+1] >> 16) & 0x00ffff); in script_debug() local
166 … tempw->DrawLine(Line(srcx, srcy, targetx, targety), GetVirtualScreen()->GetCompatibleColor(i+1)); in script_debug()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Danimation_add_corrective_shape_key.py158 targetx = extract_vert_coords(mesh_2.vertices)
167 epsilon = (targetx[i] - mapx[i]).length
185 epsilon = (targetx[i] - mapx[i]).length
192 Delmorph = (targetx[i] - mapx[i])
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Sidebar/media/
H A DSidebar.coffee235 targetx = @fixbutton_initx - mousex - @fixbutton_addx
241 targetx = @fixbutton_initx
246 @tag[0].style.transform = "translateX(#{0 - targetx}px)"
260 if (not @opened and targetx > @width/3) or (@opened and targetx > @width*0.9)
307 targetx = 0
311 targetx = @width
322 @tag.css("transform", "translateX(-#{targetx}px)").one transitionEnd, =>
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_debug.cpp148 short targetx = short((cmls->pos[i + 1] >> 16) & 0x00ffff); in script_debug() local
150 tempw->DrawLine(Line(srcx, srcy, targetx, targety), MakeColor(i + 1)); in script_debug()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathData.cpp880 MathData::size_type MathData::x2pos(BufferView const * bv, int targetx) const in x2pos()
887 for (; currx < targetx && it != end(); ++it) { in x2pos()
902 if (it != begin() && currx >= targetx in x2pos()
904 || abs(lastx - targetx) < abs(currx - targetx))) { in x2pos()
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/src/
H A Dsvg_attrs.gperf73 "targetx", "targetX"
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/interface/ftn-auto/
H A Ddtf.c248 …gree,PetscInt *nsource, PetscReal *sourcex,PetscInt *ntarget, PetscReal *targetx,PetscReal *R, int… in petscdtreconstructpoly_() argument
250 *__ierr = PetscDTReconstructPoly(*degree,*nsource,sourcex,*ntarget,targetx,R); in petscdtreconstructpoly_()

1234567891011